Remove blank cell in pandas dataframe

PHOTO EMBED

Mon Jul 11 2022 09:41:08 GMT+0000 (Coordinated Universal Time)

Saved by @QuinnFox12

df = df[df['resume_ontology'].str.strip().astype(bool)]                                                                                                            
content_copyCOPY