Step 3: Analyze the data - "Cat Population"

At step 3 I’m supposed to fill in the missing values with mean values. The expected output for the cat population on 1st and 2nd row is missing

thus this should be filled up with the mean values.
The expected result shows 2 different values for 1st and 2nd row:

How is this possible missing values to have been filled up with 2 different values ?

According to my results i get 1.533334e-01:

Hi. I think you should attempt the exercise again. It looks like you missed something while writing the solution code.

A tip for you: take a look of how you’re calculating the mean. The first value is for the world cat population, the second one, for India.
I can’t check the assignment right now, but your issue probably is because of that, considering you’re getting the same value for both.

Thanks i was able to fix my issue :slight_smile:

1 Like