I read data as pd.read_csv() now i want to fill all the NaN values. So for that i
pd.read_csv()
all_data.isna().sum()
then o/p