Let us take a sample dataset and clean the data with the concepts that we learned in Dplyr and Tidyr package.
Problem:
Use Dplyr and Tidyr package to clean the NYC 2013 Flights dataset.
Solution:
For this assignment, we can use the data sets related to flights that departed from NYC in 2013.
0 Flights |
Below is the code that I have used to clean the dataset:
Below is the output dataset:
Clean_Flights |