cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Pandas Forward Fill Based on Keyword

WhatIsHappening
New Contributor

Hello! I am trying to forward fill a column in a Pandas dataframe based on a keyword. I have come up with:

pdf_df['EEName_TEST'] = pdf_df['EEName_TEST'].str.contains('Name:').ffill()

This gives me a boolean result but I still can't figure out what I'm missing to actually fill in the names and haven't been able to find a good solution yet. Any thoughts would be greatly appreciated!

0 REPLIES 0

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now