Sergey-penguins
copy of '../input/palmer-archipelago-antarctica-penguin-data/penguins_size.csv'
@kaggle.sergeyshchelkunov_sergey_penguins
copy of '../input/palmer-archipelago-antarctica-penguin-data/penguins_size.csv'
@kaggle.sergeyshchelkunov_sergey_penguins
There was a nice tutorial by Jesse Mostipak. Many Thanks!
I took that dataset from that tutorial to practice downloading, uploading and connecting to an external dataset.
The original reference to this dataset after downloading the tutorial was '../input/palmer-archipelago-antarctica-penguin-data/penguins_size.csv'
CREATE TABLE penguins_size (
"species" VARCHAR,
"island" VARCHAR,
"culmen_length_mm" DOUBLE,
"culmen_depth_mm" DOUBLE,
"flipper_length_mm" DOUBLE,
"body_mass_g" DOUBLE,
"sex" VARCHAR
);Anyone who has the link will be able to view this.