Icon

02 Database Data Manipulation

02 Database Data Manipulation
Exercise: Database Data ManipulationRead the New York City Airbnb data by executing the metanode.1) Connect to the Accommodation.sqlite database available in the "data" folder2) Write the Airbnb data into the database. Create a table called AB_NYC_2019. Overwrite it if it existsalready.3) Perform the following data manipulation tasks with the appropriate DB nodes:- Calculate the average room price in each neighborhood group- Join the price information to the original database table- Filter the data to rooms/apartments with at least one review4) Read the joined and filtered data into KNIME. How many rooms/apartments have at least one review? 38843 rooms Node 47Node 48Node 49Node 50Node 51Node 52 Read AB_NYC_2019 SQLite Connector DB Writer DB Joiner DB GroupBy DB Row Filter DB Reader Exercise: Database Data ManipulationRead the New York City Airbnb data by executing the metanode.1) Connect to the Accommodation.sqlite database available in the "data" folder2) Write the Airbnb data into the database. Create a table called AB_NYC_2019. Overwrite it if it existsalready.3) Perform the following data manipulation tasks with the appropriate DB nodes:- Calculate the average room price in each neighborhood group- Join the price information to the original database table- Filter the data to rooms/apartments with at least one review4) Read the joined and filtered data into KNIME. How many rooms/apartments have at least one review? 38843 rooms Node 47Node 48Node 49Node 50Node 51Node 52Read AB_NYC_2019 SQLite Connector DB Writer DB Joiner DB GroupBy DB Row Filter DB Reader

Nodes

Extensions

Links