drop na rows in a column pandas python example Example: drop if nan in column pandas df = df[df['EPS'].notna()]