Car-Prices-Prediction-data
Predict the price of cars using their features
@kaggle.mrsimple07_car_prices_prediction_data
Predict the price of cars using their features
@kaggle.mrsimple07_car_prices_prediction_data
CREATE TABLE carpricesprediction (
"unnamed_0" BIGINT,
"make" VARCHAR,
"model" VARCHAR,
"year" BIGINT,
"mileage" BIGINT,
"condition" VARCHAR,
"price" DOUBLE
);
Anyone who has the link will be able to view this.