Baselight

Apartment Prices Every Hour

Over half a year of apartment price data, scrapped right off the website

@kaggle.leonidasliao_apartment_prices_every_hour

Loading...
Loading...

About this Dataset

Apartment Prices Every Hour

When is the best time to rent in Chicago?

I used this data to create a Steamlit website to monitor price fluctuations, and guess what, they fluctuate a lot!

I was able to sign at one of the lowest prices, and ended up saving ~$400 per month :D

Now I have already lived in this awesome apartment for half a year now, I think I should stop collecting their price data and decided to make them public.

Tables

Prices Cleaned

@kaggle.leonidasliao_apartment_prices_every_hour.prices_cleaned
  • 201.63 KB
  • 140798 rows
  • 4 columns
Loading...

CREATE TABLE prices_cleaned (
  "room_number" VARCHAR,
  "date_update" TIMESTAMP,
  "price_floor" DOUBLE,
  "price_ceil" DOUBLE
);

Room Meta

@kaggle.leonidasliao_apartment_prices_every_hour.room_meta
  • 6.88 KB
  • 144 rows
  • 7 columns
Loading...

CREATE TABLE room_meta (
  "index" DOUBLE,
  "room_number" VARCHAR,
  "avaliable_date" VARCHAR,
  "sq_ft" BIGINT,
  "floor_plan" VARCHAR,
  "num_bedroom" BIGINT,
  "num_bathroom" BIGINT
);

Share link

Anyone who has the link will be able to view this.