pandas min ignore nan code example Example 1: pandas filter non nan filtered_df = df[df['name'].notnull()] Example 2: df.min() pd.df.min()