Assignment on Data Manipulation in R

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.

Flights

Below is the code that I have used to clean the dataset:

Below is the output dataset:

Clean_Flights
0

Leave a Reply

Your email address will not be published. Required fields are marked *