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
if you found it useful, Make an upvote 🔼.
you are given dataset which contains information about automobiles.
The dataset contains 399 rows of 9 features
The dataset consists of the following columns:
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.