Resell Car Cleaned
Resell Car data preprocessed and cleaned.
@kaggle.vaibhavsharma47_car_cleaned
Resell Car data preprocessed and cleaned.
@kaggle.vaibhavsharma47_car_cleaned
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
);
Anyone who has the link will be able to view this.