Baselight

Collection Of Classification & Regression Datasets

This dataset encompasses my collection of classification and regression

@kaggle.balakrishcodes_others

House Price
@kaggle.balakrishcodes_others.house_price

  • 47.35 KB
  • 506 rows
  • 19 columns
price

Price

crime_rate

Crime Rate

resid_area

Resid Area

air_qual

Air Qual

room_num

Room Num

age

Age

dist1

Dist1

dist2

Dist2

dist3

Dist3

dist4

Dist4

teachers

Teachers

poor_prop

Poor Prop

airport

Airport

n_hos_beds

N Hos Beds

n_hot_rooms

N Hot Rooms

waterbody

Waterbody

rainfall

Rainfall

bus_ter

Bus Ter

parks

Parks

240.0063232.310.5386.57565.24.353.814.184.0124.74.98YES5.4811.192River23YES0.049347306
21.60.0273137.070.4696.42178.94.994.75.125.0622.29.14NO7.33212.1728Lake42YES0.046145633
34.70.0272937.070.4697.18561.15.034.865.014.9722.24.03NO7.394101.12nan38YES0.045763966
33.40.0323732.180.4586.99845.86.215.936.165.9621.32.94YES9.26811.2672Lake45YES0.047150598
36.20.0690532.180.4587.14754.26.165.866.375.8621.35.33NO8.82411.2896Lake55YES0.039474005
28.70.0298532.180.4586.4358.76.225.86.235.9921.35.21YES7.17414.2296nan53YES0.045909647
22.90.0882937.870.5246.01266.65.875.475.75.224.812.43YES6.95812.1832River41YES0.052169908
22.10.1445537.870.5246.17296.16.045.856.255.6624.819.15NO5.84212.1768Lake56YES0.057074901
16.50.2112437.870.5245.6311006.185.856.3624.829.93YES5.9312.132nan55YES0.056302495
18.90.1700437.870.5246.00485.96.676.556.856.2924.817.1YES9.47814.1512River45YES0.050727252

CREATE TABLE house_price (
  "price" DOUBLE,
  "crime_rate" DOUBLE,
  "resid_area" DOUBLE,
  "air_qual" DOUBLE,
  "room_num" DOUBLE,
  "age" DOUBLE,
  "dist1" DOUBLE,
  "dist2" DOUBLE,
  "dist3" DOUBLE,
  "dist4" DOUBLE,
  "teachers" DOUBLE,
  "poor_prop" DOUBLE,
  "airport" VARCHAR,
  "n_hos_beds" DOUBLE,
  "n_hot_rooms" DOUBLE,
  "waterbody" VARCHAR,
  "rainfall" BIGINT,
  "bus_ter" VARCHAR,
  "parks" DOUBLE
);

Share link

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