Cleaning the Weather Dataset🌦️

Now, examine your weather dataset to ensure that each variable is in the correct format (e.g., dates as dates, numeric values as numerics, etc.).

After having cleaned up the crime dataset, this step should be straightforward!

🏴‍☠️: If you're unsure how to do this in R, as in the previous task, try using the as.Date() function to convert the date column to the correct format.

🐍: No tips here, you can do this! 😉

Last updated