FORZA HORIZON 5 CARS DATASET
Car database from the game Forza Horizon 5
@kaggle.deepcontractor_froza_horizon_5_cars_dataset
Car database from the game Forza Horizon 5
@kaggle.deepcontractor_froza_horizon_5_cars_dataset
CREATE TABLE forza_horizon_cars (
"car_image" VARCHAR,
"name_and_model" VARCHAR,
"model_type" VARCHAR,
"in_game_price" BIGINT,
"car_source" VARCHAR,
"stock_specs" VARCHAR,
"stock_rating" VARCHAR,
"drive_type" VARCHAR,
"speed" VARCHAR,
"handling" VARCHAR,
"acceleration" VARCHAR,
"launch" VARCHAR,
"braking" VARCHAR,
"offroad" VARCHAR,
"top_speed" VARCHAR,
"n_0_60_mph" VARCHAR,
"n_0_100_mph" VARCHAR,
"g_force" VARCHAR,
"car_source_1" VARCHAR,
"car_source_2" VARCHAR,
"horse_power" BIGINT,
"weight_lbs" BIGINT
);
Anyone who has the link will be able to view this.