Baselight

Penguin Sizes Dataset

Different types of species from different island.

@kaggle.amulyas_penguin_size_dataset

Loading...
Loading...

About this Dataset

Penguin Sizes Dataset

This is meant to be a fun dataset for you to learn on and use it as something to play around with. This dataset includes data about different species of penguins from different islands with their dimensions and genders. What kind of insights can you get out of this?

Tables

Penguins Size

@kaggle.amulyas_penguin_size_dataset.penguins_size
  • 8.28 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.