@vikas_10 wrote:
Hello everyone,
I am doing data exploration on a data set in which I have 23 continuous variables and a target variable 'total_cases'. In one of the columns 'precipit' of my data frame, I have 192 missing values. There are no missing values in my target variable. I want to find out the mean of total_cases corresponding to the rows which have NaN in 'precip' column. I am working on pythom.
Posts: 3
Participants: 3