Baselight

1985 Automobile Dataset

1985 Auto Imports Database

@kaggle.fazilbtopal_auto85

Auto Clean
@kaggle.fazilbtopal_auto85.auto_clean

  • 27.31 KB
  • 201 rows
  • 29 columns
symboling

Symboling

normalized_losses

Normalized-losses

make

Make

aspiration

Aspiration

num_of_doors

Num-of-doors

body_style

Body-style

drive_wheels

Drive-wheels

engine_location

Engine-location

wheel_base

Wheel-base

length

Length

width

Width

height

Height

curb_weight

Curb-weight

engine_type

Engine-type

num_of_cylinders

Num-of-cylinders

engine_size

Engine-size

fuel_system

Fuel-system

bore

Bore

stroke

Stroke

compression_ratio

Compression-ratio

horsepower

Horsepower

peak_rpm

Peak-rpm

city_mpg

City-mpg

highway_mpg

Highway-mpg

price

Price

city_l_100km

City-L/100km

horsepower_binned

Horsepower-binned

diesel

Diesel

gas

Gas

3122alfa-romerostdtwoconvertiblerwdfront88.60.81114848630466130.890277777777777748.82548dohcfour130mpfi3.472.689111500021271349511.190476190476188Medium1
3122alfa-romerostdtwoconvertiblerwdfront88.60.81114848630466130.890277777777777748.82548dohcfour130mpfi3.472.689111500021271650011.190476190476188Medium1
1122alfa-romerostdtwohatchbackrwdfront94.50.82268140317155210.909722222222222252.42823ohcvsix152mpfi2.683.479154500019261650012.36842105263158Medium1
2164audistdfoursedanfwdfront99.80.84863046612205670.919444444444444454.32337ohcfour109mpfi3.193.41010255002430139509.791666666666666Medium1
2164audistdfoursedan4wdfront99.40.84863046612205670.922222222222222454.32824ohcfive136mpfi3.193.48115550018221745013.055555555555555Medium1
2122audistdtwosedanfwdfront99.80.85199423354156670.920833333333333253.12507ohcfive136mpfi3.193.48.5110550019251525012.36842105263158Medium1
1158audistdfoursedanfwdfront105.80.92599711677078320.991666666666666855.72844ohcfive136mpfi3.193.48.5110550019251771012.36842105263158Medium1
1122audistdfourwagonfwdfront105.80.92599711677078320.991666666666666855.72954ohcfive136mpfi3.193.48.5110550019251892012.36842105263158Medium1
1158auditurbofoursedanfwdfront105.80.92599711677078320.991666666666666855.93086ohcfive131mpfi3.133.48.3140550017202387513.823529411764708Medium1
2192bmwstdtwosedanrwdfront101.20.84959154252763090.899999999999999954.32395ohcfour108mpfi3.52.88.8101580023291643010.217391304347826Low1

CREATE TABLE auto_clean (
  "symboling" BIGINT,
  "normalized_losses" BIGINT,
  "make" VARCHAR,
  "aspiration" VARCHAR,
  "num_of_doors" VARCHAR,
  "body_style" VARCHAR,
  "drive_wheels" VARCHAR,
  "engine_location" VARCHAR,
  "wheel_base" DOUBLE,
  "length" DOUBLE,
  "width" DOUBLE,
  "height" DOUBLE,
  "curb_weight" BIGINT,
  "engine_type" VARCHAR,
  "num_of_cylinders" VARCHAR,
  "engine_size" BIGINT,
  "fuel_system" VARCHAR,
  "bore" DOUBLE,
  "stroke" DOUBLE,
  "compression_ratio" DOUBLE,
  "horsepower" DOUBLE,
  "peak_rpm" DOUBLE,
  "city_mpg" BIGINT,
  "highway_mpg" BIGINT,
  "price" DOUBLE,
  "city_l_100km" DOUBLE,
  "horsepower_binned" VARCHAR,
  "diesel" BIGINT,
  "gas" BIGINT
);

Share link

Anyone who has the link will be able to view this.