Extended Crab Age Prediction
Additional observations for Crab Age Prediction dataset (Playgrounds S3E16)
@kaggle.shalfey_extended_crab_age_prediction
Additional observations for Crab Age Prediction dataset (Playgrounds S3E16)
@kaggle.shalfey_extended_crab_age_prediction
CREATE TABLE train_extended (
"id" BIGINT,
"sex" VARCHAR,
"length" DOUBLE,
"diameter" DOUBLE,
"height" DOUBLE,
"weight" DOUBLE,
"shucked_weight" DOUBLE,
"viscera_weight" DOUBLE,
"shell_weight" DOUBLE,
"age" DOUBLE
);
Anyone who has the link will be able to view this.