Baselight

HousePricing

Computer generated Dataset for ML training for absolute beginners

@kaggle.greenwing1985_housepricing

Houseprices Halfmil
@kaggle.greenwing1985_housepricing.houseprices_halfmil

  • 2.44 MB
  • 500000 rows
  • 16 columns
area

Area

garage

Garage

fireplace

FirePlace

baths

Baths

white_marble

White Marble

black_marble

Black Marble

indian_marble

Indian Marble

floors

Floors

city

City

solar

Solar

electric

Electric

fiber

Fiber

glass_doors

Glass Doors

swiming_pool

Swiming Pool

garden

Garden

prices

Prices

1642213111143800
842411211137550
19024412149500
7524411111111150075
148142112111152400
124333111111154300
581213111134400
24921111111150425
24312111129575
242124121122300

CREATE TABLE houseprices_halfmil (
  "area" BIGINT,
  "garage" BIGINT,
  "fireplace" BIGINT,
  "baths" BIGINT,
  "white_marble" BIGINT,
  "black_marble" BIGINT,
  "indian_marble" BIGINT,
  "floors" BIGINT,
  "city" BIGINT,
  "solar" BIGINT,
  "electric" BIGINT,
  "fiber" BIGINT,
  "glass_doors" BIGINT,
  "swiming_pool" BIGINT,
  "garden" BIGINT,
  "prices" BIGINT
);

Share link

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