Icon

01 Date and Time Manipulation

01 Date and Time Manipulation
Exercise: Date and Time ManipulationRead the New York City Airbnb data by executing the CSV Reader node.1) Convert the timestamps in the last_review column from string to Date&Time2) Remove rows with missing values in the last_review column3) Remove the time values from the timestamps4) Extract the day of the week from each timestamp5) Count the number of last reviews on each day of the week. Which day of theweek has the highest count? And the lowest? Read AB_NYC_2019dataRead the New York City Airbnb data by executing the CSV Reader node.Convert the timestamps in the last_review column from string to Date&Timeremove rows of last_reviewNode 20Node 21Node 22Node 23Node 24 CSV Reader CSV Reader String to Date&Time Missing Value Modify Time Extract Date&TimeFields Value Counter GroupBy Sorter Exercise: Date and Time ManipulationRead the New York City Airbnb data by executing the CSV Reader node.1) Convert the timestamps in the last_review column from string to Date&Time2) Remove rows with missing values in the last_review column3) Remove the time values from the timestamps4) Extract the day of the week from each timestamp5) Count the number of last reviews on each day of the week. Which day of theweek has the highest count? And the lowest? Read AB_NYC_2019dataRead the New York City Airbnb data by executing the CSV Reader node.Convert the timestamps in the last_review column from string to Date&Timeremove rows of last_reviewNode 20Node 21Node 22Node 23Node 24CSV Reader CSV Reader String to Date&Time Missing Value Modify Time Extract Date&TimeFields Value Counter GroupBy Sorter

Nodes

Extensions

Links