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
format_weather() automatically will fill any missing times. when filling time gaps it will fill the temperatures, rain and wind as NA.
Then it checks the data and errors because there are NA values.
The following needs to be implemented for informed troubleshooting
Error messages need to specify the possibility of missing data
Use the impute functions to automatically fill data on request
Warning message to user so they know when data is missing
The text was updated successfully, but these errors were encountered:
format weather should only format in UTC to ensure daylight savings does not introduce errors. Currently this is done to an extent, however perhaps more tests need to be made to ensure it is done adequatley
format_weather()
automatically will fill any missing times. when filling time gaps it will fill the temperatures, rain and wind as NA.Then it checks the data and errors because there are NA values.
The following needs to be implemented for informed troubleshooting
The text was updated successfully, but these errors were encountered: