Car Information Dataset
automobiles data for visualization, analysis and regression tasks
@kaggle.tawfikelmetwally_automobile_dataset
automobiles data for visualization, analysis and regression tasks
@kaggle.tawfikelmetwally_automobile_dataset
CREATE TABLE automobile (
"name" VARCHAR,
"mpg" DOUBLE,
"cylinders" BIGINT,
"displacement" DOUBLE,
"horsepower" DOUBLE,
"weight" BIGINT,
"acceleration" DOUBLE,
"model_year" BIGINT,
"origin" VARCHAR
);
Anyone who has the link will be able to view this.