Baselight

2023 Cars Dataset

Cruising into the Future: 2023's Hottest Cars Unveiled

@kaggle.anoopjohny_2023_cars_dataset

About this Dataset

2023 Cars Dataset

Get ready to rev your engines 🚨 and explore the cutting-edge world of automotive excellence 🚕🚘 with our comprehensive dataset showcasing the hottest cars of 2023!

From sleek sedans to versatile SUVs and powerful trucks, this collection presents a diverse range of automotive marvels. Discover the latest innovations in technology, safety features, and fuel efficiency, as well as the stunning designs that are sure to turn heads on the road 🏎️.

Whether you're a car enthusiast, a tech-savvy driver, or simply seeking your dream ride, this dataset provides valuable insights into the most sought-after vehicles of the year 🚦. Buckle up for an exciting ride as we delve into the extraordinary world of 2023's top-notch automobiles!

Tables

N 2023 Car Dataset

@kaggle.anoopjohny_2023_cars_dataset.n_2023_car_dataset
  • 24.69 KB
  • 164 rows
  • 20 columns
Loading...

CREATE TABLE n_2023_car_dataset (
  "n__car_make" VARCHAR,
  "n__car_model" VARCHAR,
  "n__year" BIGINT,
  "n__body_type" VARCHAR,
  "n__color_options" VARCHAR,
  "n__fuel_type" VARCHAR,
  "n__engine_size_l" VARCHAR,
  "n__horsepower" VARCHAR,
  "n__torque_nm" VARCHAR,
  "n__transmission_type" VARCHAR,
  "n__acceleration_0_60_mph" VARCHAR,
  "n__top_speed_mph" VARCHAR,
  "n__mileage_mpg" VARCHAR,
  "n__safety_features" VARCHAR,
  "n__entertainment_features" VARCHAR,
  "n__interior_features" VARCHAR,
  "n__exterior_features" VARCHAR,
  "n__price" BIGINT,
  "n__customer_ratings" VARCHAR,
  "n__sales_figures_units_sold" DOUBLE
);