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?38,843 Acommodation.sqliteaverage room price per neighborhood groupinner joinnumber of reviews> 0write AB_NYC_2019read data Read AB_NYC_2019 SQLite Connector DB GroupBy DB Joiner DB Row Filter DB Writer 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?38,843 Acommodation.sqliteaverage room price per neighborhood groupinner joinnumber of reviews> 0write AB_NYC_2019read dataRead AB_NYC_2019 SQLite Connector DB GroupBy DB Joiner DB Row Filter DB Writer DB Reader

Nodes

Extensions

Links