Baselight

Resell Car Cleaned

Resell Car data preprocessed and cleaned.

@kaggle.vaibhavsharma47_car_cleaned

Car Cleaned
@kaggle.vaibhavsharma47_car_cleaned.car_cleaned

  • 119.83 KB
  • 7906 rows
  • 12 columns
unnamed_0

Unnamed: 0

selling_price

Selling Price

km_driven

Km Driven

fuel

Fuel

seller_type

Seller Type

transmission

Transmission

owner

Owner

mileage

Mileage

engine

Engine

max_power

Max Power

seats

Seats

age

Age

450000145500DieselIndividualManual123.412487457
1370000120000DieselIndividualManual221.141498103.5257
2158000140000PetrolIndividualManual317.7149778515
3225000127000DieselIndividualManual123139690511
4130000120000PetrolIndividualManual116.1129888.2514
544000045000PetrolIndividualManual120.14119781.8654
696000175000LPGIndividualManual117.3106157.5514
7450005000PetrolIndividualManual216.179637420
835000090000DieselIndividualManual123.59136467.1510
9200000169000DieselIndividualManual120139968.158

CREATE TABLE car_cleaned (
  "unnamed_0" BIGINT,
  "selling_price" BIGINT,
  "km_driven" BIGINT,
  "fuel" VARCHAR,
  "seller_type" VARCHAR,
  "transmission" VARCHAR,
  "owner" DOUBLE,
  "mileage" DOUBLE,
  "engine" BIGINT,
  "max_power" DOUBLE,
  "seats" DOUBLE,
  "age" BIGINT
);

Share link

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