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? WriteAB_NYC_2019 tablePrice perneighborhood_groupJoin to originaldata by neighborhood group inner joinNumber of reviews> 0Node 48Node 49 DB Writer DB GroupBy DB Joiner DB Row Filter Read AB_NYC_2019 DB Reader SQLite Connector 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? WriteAB_NYC_2019 tablePrice perneighborhood_groupJoin to originaldata by neighborhood group inner joinNumber of reviews> 0Node 48Node 49DB Writer DB GroupBy DB Joiner DB Row Filter Read AB_NYC_2019 DB Reader SQLite Connector

Nodes

Extensions

Links