Baselight

Palmer Penguins Dataset Analysis

Palmer Penguins measure length, width,species and body mass milimeter.

@kaggle.grandmaster07_penguin_species_analysis_using_seaborn

Loading...
Loading...

About this Dataset

Palmer Penguins Dataset Analysis

This dataset show all information about Palmer Penguins birds using Seaborn and Matplotlib show in graph and experiment of Penguins. one day total 24 hours penguins live half time of day live in cool water means river and half time live in earth. These birds are mostly live in cool area. This birds eat meel after 20 mintes.
The species different type such as Adelie , gento and other, and measure the heigth and width in mm , and body mass in gram both male and female. Penguins experiment in 2007,2008,2009 .

Tables

Penguins 1

@kaggle.grandmaster07_penguin_species_analysis_using_seaborn.penguins_1
  • 11.72 kB
  • 344 rows
  • 9 columns
Loading...
CREATE TABLE penguins_1 (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "species" VARCHAR,
  "island" VARCHAR,
  "bill_length_mm" DOUBLE,
  "bill_depth_mm" DOUBLE,
  "flipper_length_mm" DOUBLE,
  "body_mass_g" DOUBLE,
  "sex" VARCHAR,
  "year" BIGINT
);

Share link

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