PlaygroundS4E04|OriginalData
Original data for the Playground Season4 Episode 4 competition
@kaggle.ravi20076_playgrounds4e04originaldata
Original data for the Playground Season4 Episode 4 competition
@kaggle.ravi20076_playgrounds4e04originaldata
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!
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
);Anyone who has the link will be able to view this.