Equity Residential Apartment Data
Roughly a month of apartment data scraped from various Equity Residential sites
@kaggle.jackogozaly_equity_residential_apartment_data
Roughly a month of apartment data scraped from various Equity Residential sites
@kaggle.jackogozaly_equity_residential_apartment_data
CREATE TABLE equity_apartments_data (
"unnamed_0" BIGINT,
"price" BIGINT,
"beds" BIGINT,
"baths" DOUBLE,
"sq_ft" BIGINT,
"floor" BIGINT,
"move_in_date" TIMESTAMP,
"building_id" VARCHAR,
"unit_id" VARCHAR,
"url" VARCHAR,
"day_recorded" TIMESTAMP,
"amenity" VARCHAR,
"apartment_name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"units" BIGINT,
"northern_exposure" DOUBLE,
"southern_exposure" DOUBLE,
"eastern_exposure" DOUBLE,
"western_exposure" DOUBLE,
"balcony" DOUBLE,
"walk_in_closet" DOUBLE,
"fireplace" DOUBLE,
"city_skyline" DOUBLE,
"kitchen_island" DOUBLE,
"stainless_appliances" DOUBLE,
"renovated" DOUBLE,
"office_space" DOUBLE,
"days_till_available" DOUBLE,
"day_of_the_week_recorded" VARCHAR,
"unique_id" VARCHAR,
"estiamted_vacancy" DOUBLE
);
Anyone who has the link will be able to view this.