Explore Car Performance: Fuel Efficiency Data
Discover key specifications and fuel efficiency metrics for various car models.
@kaggle.arslaan5_explore_car_performance_fuel_efficiency_data
Discover key specifications and fuel efficiency metrics for various car models.
@kaggle.arslaan5_explore_car_performance_fuel_efficiency_data
CREATE TABLE car_data (
"city_mpg" BIGINT,
"class" VARCHAR,
"combination_mpg" BIGINT,
"cylinders" DOUBLE,
"displacement" DOUBLE,
"drive" VARCHAR,
"fuel_type" VARCHAR,
"highway_mpg" BIGINT,
"make" VARCHAR,
"model" VARCHAR,
"transmission" VARCHAR,
"year" BIGINT
);
Anyone who has the link will be able to view this.