Baselight

FutureCast Real Estate Prediction

Unlocking Tomorrow's Value: Predicting Housing Prices with Precision!

@kaggle.willianoliveiragibin_futurecast_real_estate_prediction

Housing Price Dataset New
@kaggle.willianoliveiragibin_futurecast_real_estate_prediction.housing_price_dataset_new

  • 1.01 MB
  • 50000 rows
  • 6 columns
squarefeet

SquareFeet

bedrooms

Bedrooms

bathrooms

Bathrooms

neighborhood

Neighborhood

yearbuilt

YearBuilt

price

Price

212641Rural196921.535.528.361.820.100
245932Rural198019.501.422.162.584.800
186021Suburb19703.068.910.120.763.320
229421Urban199620.678.678.715.332.600
213052Suburb2001272.436.239.065.061
209523Suburb202019.820.880.390.657.100
272421Suburb19933.434.293.191.099.180
204443Rural1957184.992.321.268.412
263843Urban195937.799.858.815.204.100
112152Urban20049.596.192.601.406.390

CREATE TABLE housing_price_dataset_new (
  "squarefeet" BIGINT,
  "bedrooms" BIGINT,
  "bathrooms" BIGINT,
  "neighborhood" VARCHAR,
  "yearbuilt" BIGINT,
  "price" VARCHAR
);

Share link

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