Baselight

Housing Price Dataset

Analyzing Property Values: Insights into Housing Market Trends and Pricing Dynam

@kaggle.sukhmandeepsinghbrar_housing_price_dataset

Housing
@kaggle.sukhmandeepsinghbrar_housing_price_dataset.housing

  • 712.72 KB
  • 21613 rows
  • 21 columns
id

Id

date

Date

price

Price

bedrooms

Bedrooms

bathrooms

Bathrooms

sqft_living

Sqft Living

sqft_lot

Sqft Lot

floors

Floors

waterfront

Waterfront

view

View

condition

Condition

grade

Grade

sqft_above

Sqft Above

sqft_basement

Sqft Basement

yr_built

Yr Built

yr_renovated

Yr Renovated

zipcode

Zipcode

lat

Lat

long

Long

sqft_living15

Sqft Living15

sqft_lot15

Sqft Lot15

7229300521Mon Oct 13 2014 00:00:00 GMT+0000 (Coordinated Universal Time)2313002111805650137118019559817847.5112-122.25713405650
6414100192Tue Dec 09 2014 00:00:00 GMT+0000 (Coordinated Universal Time)53800032.25257072422372170400195119919812547.721-122.31916907639
5631500400Wed Feb 25 2015 00:00:00 GMT+0000 (Coordinated Universal Time)180000217701000013677019339802847.7379-122.23327208062
2487200875Tue Dec 09 2014 00:00:00 GMT+0000 (Coordinated Universal Time)6040004319605000157105091019659813647.5208-122.39313605000
1954400510Wed Feb 18 2015 00:00:00 GMT+0000 (Coordinated Universal Time)5100003216808080138168019879807447.6168-122.04518007503
7237550310Mon May 12 2014 00:00:00 GMT+0000 (Coordinated Universal Time)122500044.5542010193013113890153020019805347.6561-122.0054760101930
1321400060Fri Jun 27 2014 00:00:00 GMT+0000 (Coordinated Universal Time)25750032.2517156819237171519959800347.3097-122.32722386819
2008000270Thu Jan 15 2015 00:00:00 GMT+0000 (Coordinated Universal Time)29185031.510609711137106019639819847.4095-122.31516509711
2414600126Wed Apr 15 2015 00:00:00 GMT+0000 (Coordinated Universal Time)2295003117807470137105073019609814647.5123-122.33717808113
3793500160Thu Mar 12 2015 00:00:00 GMT+0000 (Coordinated Universal Time)32300032.518906560237189020039803847.3684-122.03123907570

CREATE TABLE housing (
  "id" BIGINT,
  "date" TIMESTAMP,
  "price" DOUBLE,
  "bedrooms" BIGINT,
  "bathrooms" DOUBLE,
  "sqft_living" BIGINT,
  "sqft_lot" BIGINT,
  "floors" DOUBLE,
  "waterfront" BIGINT,
  "view" BIGINT,
  "condition" BIGINT,
  "grade" BIGINT,
  "sqft_above" BIGINT,
  "sqft_basement" BIGINT,
  "yr_built" BIGINT,
  "yr_renovated" BIGINT,
  "zipcode" BIGINT,
  "lat" DOUBLE,
  "long" DOUBLE,
  "sqft_living15" BIGINT,
  "sqft_lot15" BIGINT
);

Share link

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