Automobiles | Cars Project Dataset
Automobiles data for visualization, analysis and regression tasks
@kaggle.whenamancodes_automobiles_project_dataset
Automobiles data for visualization, analysis and regression tasks
@kaggle.whenamancodes_automobiles_project_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.