Baselight

PlaygroundS4E04|OriginalData

Original data for the Playground Season4 Episode 4 competition

@kaggle.ravi20076_playgrounds4e04originaldata

Original
@kaggle.ravi20076_playgrounds4e04originaldata.original

  • 92.38 KB
  • 4177 rows
  • 10 columns
id

Id

sex

Sex

length

Length

diameter

Diameter

height

Height

whole_weight

Whole Weight

shucked_weight

Shucked Weight

viscera_weight

Viscera Weight

shell_weight

Shell Weight

rings

Rings

M0.4550.3650.0950.5140.22450.1010.1515
1M0.350.2650.090.22550.09950.04850.077
2F0.530.420.1350.6770.25650.14150.219
3M0.440.3650.1250.5160.21550.1140.15510
4I0.330.2550.080.2050.08950.03950.0557
5I0.4250.30.0950.35150.1410.07750.128
6F0.530.4150.150.77750.2370.14150.3320
7F0.5450.4250.1250.7680.2940.14950.2616
8M0.4750.370.1250.50950.21650.11250.1659
9F0.550.440.150.89450.31450.1510.3219

CREATE TABLE original (
  "id" BIGINT,
  "sex" VARCHAR,
  "length" DOUBLE,
  "diameter" DOUBLE,
  "height" DOUBLE,
  "whole_weight" DOUBLE,
  "shucked_weight" DOUBLE,
  "viscera_weight" DOUBLE,
  "shell_weight" DOUBLE,
  "rings" BIGINT
);

Share link

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