Carvana - Predict Car Prices
Predict Car Prices from Carvana.com using the make, year, and mileage
@kaggle.ravishah1_carvana_predict_car_prices
Predict Car Prices from Carvana.com using the make, year, and mileage
@kaggle.ravishah1_carvana_predict_car_prices
This dataset contains data about 22,000 cars from carvana.com. Using this data we can derive new insights about cars prices, and we can develop predictive models to predict the cost of car given it's make and model, year, and mileage.
CREATE TABLE carvana (
"name" VARCHAR,
"year" BIGINT,
"miles" BIGINT,
"price" BIGINT
);Anyone who has the link will be able to view this.