2023 Cars Dataset
Cruising into the Future: 2023's Hottest Cars Unveiled
@kaggle.anoopjohny_2023_cars_dataset
Cruising into the Future: 2023's Hottest Cars Unveiled
@kaggle.anoopjohny_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!
CREATE TABLE n_2023_car_dataset (
"n__car_make" VARCHAR -- Car Make,
"n__car_model" VARCHAR -- Car Model,
"n__year" BIGINT -- Year,
"n__body_type" VARCHAR -- Body Type,
"n__color_options" VARCHAR -- Color Options,
"n__fuel_type" VARCHAR -- Fuel Type,
"n__engine_size_l" VARCHAR -- Engine Size (L),
"n__horsepower" VARCHAR -- Horsepower,
"n__torque_nm" VARCHAR -- Torque (Nm),
"n__transmission_type" VARCHAR -- Transmission Type,
"n__acceleration_0_60_mph" VARCHAR -- Acceleration (0-60 Mph),
"n__top_speed_mph" VARCHAR -- Top Speed (mph),
"n__mileage_mpg" VARCHAR -- Mileage (MPG),
"n__safety_features" VARCHAR -- Safety Features,
"n__entertainment_features" VARCHAR -- Entertainment Features,
"n__interior_features" VARCHAR -- Interior Features,
"n__exterior_features" VARCHAR -- Exterior Features,
"n__price" BIGINT -- Price ($),
"n__customer_ratings" VARCHAR -- Customer Ratings,
"n__sales_figures_units_sold" DOUBLE -- Sales Figures (Units Sold)
);Anyone who has the link will be able to view this.