I have a dataframe
of 3 columns all numeric. Within the data there are missing values NAN
and I have no problems in filling them with fillna(method=pad)
all except NAN
of the first column that require fillna(mean())
. Is there a way to fill NAN
by column to use different methods?