drop rows that have nan in multiple column pandas code example Example: drop if nan in column pandas df = df[df['EPS'].notna()]