Baselight

PlaygroundS4E04|OriginalData

Original data for the Playground Season4 Episode 4 competition

@kaggle.ravi20076_playgrounds4e04originaldata

Loading...
Loading...

About this Dataset

PlaygroundS4E04|OriginalData

This dataset is created using the below reference-
https://archive.ics.uci.edu/dataset/1/abalone
We import the corresponding repository in a Kaggle kernel and populate the dataset thereby. Users may choose to import the corresponding dataset with a simple read_csv in pandas and proceed with the solution.

Best wishes!

Tables

Original

@kaggle.ravi20076_playgrounds4e04originaldata.original
  • 92.38 KB
  • 4177 rows
  • 10 columns
Loading...

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.