Apartment Prices Every Hour
Over half a year of apartment price data, scrapped right off the website
@kaggle.leonidasliao_apartment_prices_every_hour
Over half a year of apartment price data, scrapped right off the website
@kaggle.leonidasliao_apartment_prices_every_hour
CREATE TABLE prices_cleaned (
"room_number" VARCHAR,
"date_update" TIMESTAMP,
"price_floor" DOUBLE,
"price_ceil" DOUBLE
);
CREATE TABLE room_meta (
"index" DOUBLE,
"room_number" VARCHAR,
"avaliable_date" VARCHAR,
"sq_ft" BIGINT,
"floor_plan" VARCHAR,
"num_bedroom" BIGINT,
"num_bathroom" BIGINT
);
Anyone who has the link will be able to view this.