Auto-mpg Dataset
Mileage per gallon performances of various cars
@kaggle.uciml_autompg_dataset
Mileage per gallon performances of various cars
@kaggle.uciml_autompg_dataset
CREATE TABLE auto_mpg (
"mpg" DOUBLE,
"cylinders" BIGINT,
"displacement" DOUBLE,
"horsepower" VARCHAR,
"weight" BIGINT,
"acceleration" DOUBLE,
"model_year" BIGINT,
"origin" BIGINT,
"car_name" VARCHAR
);
Anyone who has the link will be able to view this.