Baselight

1985 Automobile Dataset

1985 Auto Imports Database

@kaggle.fazilbtopal_auto85

Auto
@kaggle.fazilbtopal_auto85.auto

  • 23.18 KB
  • 204 rows
  • 26 columns
n_3

3

n

?

alfa_romero

Alfa-romero

gas

Gas

std

Std

two

Two

convertible

Convertible

rwd

Rwd

front

Front

n_88_6

88.6

n_168_8

168.8

n_64_1

64.1

n_48_8

48.8

n_2548

2548

dohc

Dohc

four

Four

n_130

130

mpfi

Mpfi

n_3_47

3.47

n_2_68

2.68

n_9_0

9.0

n_111

111

n_5000

5000

n_21

21

n_27

27

n_13495

13495

3?alfa-romerogasstdtwoconvertiblerwdfront88.6168.864.148.82548dohcfour130mpfi3.472.6891115000212716500
1?alfa-romerogasstdtwohatchbackrwdfront94.5171.265.552.42823ohcvsix152mpfi2.683.4791545000192616500
2164audigasstdfoursedanfwdfront99.8176.666.254.32337ohcfour109mpfi3.193.40101025500243013950
2164audigasstdfoursedan4wdfront99.4176.666.454.32824ohcfive136mpfi3.193.4081155500182217450
2?audigasstdtwosedanfwdfront99.8177.366.353.12507ohcfive136mpfi3.193.408.51105500192515250
1158audigasstdfoursedanfwdfront105.8192.771.455.72844ohcfive136mpfi3.193.408.51105500192517710
1?audigasstdfourwagonfwdfront105.8192.771.455.72954ohcfive136mpfi3.193.408.51105500192518920
1158audigasturbofoursedanfwdfront105.8192.771.455.93086ohcfive131mpfi3.133.408.31405500172023875
?audigasturbotwohatchback4wdfront99.5178.267.9523053ohcfive131mpfi3.133.40716055001622?
2192bmwgasstdtwosedanrwdfront101.2176.864.854.32395ohcfour108mpfi3.502.808.81015800232916430

CREATE TABLE auto (
  "n_3" BIGINT,
  "n" VARCHAR,
  "alfa_romero" VARCHAR,
  "gas" VARCHAR,
  "std" VARCHAR,
  "two" VARCHAR,
  "convertible" VARCHAR,
  "rwd" VARCHAR,
  "front" VARCHAR,
  "n_88_6" DOUBLE,
  "n_168_8" DOUBLE,
  "n_64_1" DOUBLE,
  "n_48_8" DOUBLE,
  "n_2548" BIGINT,
  "dohc" VARCHAR,
  "four" VARCHAR,
  "n_130" BIGINT,
  "mpfi" VARCHAR,
  "n_3_47" VARCHAR,
  "n_2_68" VARCHAR,
  "n_9_0" DOUBLE,
  "n_111" VARCHAR,
  "n_5000" VARCHAR,
  "n_21" BIGINT,
  "n_27" BIGINT,
  "n_13495" VARCHAR
);

Share link

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