levvers / dsemr

Additional Material for the MOOC on Data Science for Environmental Modelling and Renewables
15 stars 16 forks source link

"windspeed.csv" missing data not fully solvable with na.action=na.omit #4

Open gabrielecalvo opened 4 years ago

gabrielecalvo commented 4 years ago

I've noticed that week2's missing data imputation dataset, "windspeed.csv", is actually missing all points for 2 days, so the last part regarding using na.omit solving the problem appears to be incorrect.

see cell [11] of this notebook

or am I misunderstanding how R's na.omit works?