You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: