pandas_exercises
pandas_exercises copied to clipboard
06_Stats/Wind_Stats/Step 8
Hi, thanks for the exercises provided. Very helpful.
I think the result for 06_Stats/Wind_Stats/Step 8 is incorrect.
Believe we should skip NA when calculate the mean value, but the default of mean() already exclude NA.
So just use below should be fine:
data.mean().mean()