Sports Car Prices Dataset
Prices of different sports cars from various manufacturers
@kaggle.rkiattisak_sports_car_prices_dataset
Prices of different sports cars from various manufacturers
@kaggle.rkiattisak_sports_car_prices_dataset
CREATE TABLE sport_car_price (
"car_make" VARCHAR,
"car_model" VARCHAR,
"year" BIGINT,
"engine_size_l" VARCHAR,
"horsepower" VARCHAR,
"torque_lb_ft" VARCHAR,
"n_0_60_mph_time_seconds" VARCHAR,
"price_in_usd" BIGINT
);
Anyone who has the link will be able to view this.