@devesh35 wrote:
#4, pivot table
Sir, How will i impute the variable(impute_grps) into the dataframe to replace the Nan values to respective LoanAmounts.
i tried the following code:df["LoanAmount"].fillna(value=impute_grps,inplace= True)
Posts: 4
Participants: 2