Baselight

Sergey-penguins

copy of '../input/palmer-archipelago-antarctica-penguin-data/penguins_size.csv'

@kaggle.sergeyshchelkunov_sergey_penguins

Loading...
Loading...

About this Dataset

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'

Tables

Penguins Size

@kaggle.sergeyshchelkunov_sergey_penguins.penguins_size
  • 8.48 kB
  • 344 rows
  • 7 columns
Loading...
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
);

Share link

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