pandas_exercises icon indicating copy to clipboard operation
pandas_exercises copied to clipboard

06_Stats/Wind_Stats/Step 8

Open chenjj28 opened this issue 5 years ago • 0 comments

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()

chenjj28 avatar Jun 06 '20 20:06 chenjj28