delete cells where a field is null python not pandas code example Example: pandas remove rows with null in column df = df[df['EPS'].notna()]