To identify missing values in your dataset:
missing_values = check_missing_values(df)print(missing_values )