Ford Car Price Prediction
Predicting the price of used Ford Cars
@kaggle.adhurimquku_ford_car_price_prediction
Predicting the price of used Ford Cars
@kaggle.adhurimquku_ford_car_price_prediction
CREATE TABLE ford (
"model" VARCHAR,
"year" BIGINT,
"price" BIGINT,
"transmission" VARCHAR,
"mileage" BIGINT,
"fueltype" VARCHAR,
"tax" BIGINT,
"mpg" DOUBLE,
"enginesize" DOUBLE
);
Anyone who has the link will be able to view this.