Baselight

Palmer Penguins

for data exploration & visualization, as an alternative to iris.

@kaggle.malanep_palmer_penguine

Loading...
Loading...

About this Dataset

Palmer Penguins

Original dataset: https://github.com/allisonhorst/palmerpenguins

palmerpenguins


The goal of palmerpenguins is to provide a great dataset for data
exploration & visualization, as an alternative to iris.

Installation

You can install the released version of palmerpenguins from
CRAN with:

install.packages("palmerpenguins")

To install the development version from GitHub
use:

## install.packages("remotes")
remotes::install_github("allisonhorst/palmerpenguins")

About the data

Data were collected and made available by Dr. Kristen
Gorman

and the Palmer Station, Antarctica LTER, a
member of the Long Term Ecological Research
Network
.

The palmerpenguins package contains two datasets.

library(palmerpenguins)
data(package = 'palmerpenguins')

One is called penguins, and is a simplified version of the raw data;
see ?penguins for more info:

head(penguins)
## > # A tibble: 6 x 8
## >   species island bill_length_mm bill_depth_mm flipper_length_… body_mass_g sex  
## >   

Tables

Penguindata

@kaggle.malanep_palmer_penguine.penguindata
  • 25.08 KB
  • 344 rows
  • 19 columns
Loading...

CREATE TABLE penguindata (
  "studyname" VARCHAR,
  "sample_number" BIGINT,
  "species" VARCHAR,
  "region" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "island" VARCHAR,
  "stage" VARCHAR,
  "individual_id" VARCHAR,
  "clutch_completion" VARCHAR,
  "date_egg" TIMESTAMP,
  "culmen_length_mm" DOUBLE,
  "culmen_depth_mm" DOUBLE,
  "flipper_length_mm" DOUBLE,
  "body_mass_g" DOUBLE,
  "sex" VARCHAR,
  "delta_15_n_o_oo" DOUBLE,
  "delta_13_c_o_oo" DOUBLE,
  "comments" VARCHAR
);

Share link

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