PalmerPenguins

Load the Palmer penguins dataset in Julia.

https://github.com/devmotion/palmerpenguins.jl

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.6%) to scientific vocabulary

Keywords from Contributors

pde matrix-exponential data-structures numeric stochastic-differential-equations neural-differential-equations dde dae differentialequations calibration
Last synced: 11 months ago · JSON representation ·

Repository

Load the Palmer penguins dataset in Julia.

Basic Info
  • Host: GitHub
  • Owner: devmotion
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 20.5 KB
Statistics
  • Stars: 19
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created about 6 years ago · Last pushed almost 4 years ago
Metadata Files
Readme License Citation

README.md

PalmerPenguins.jl

Build Status Coverage Coverage Code Style: Blue

Load the Palmer penguins dataset, an alternative to the Iris dataset, in Julia.

Overview

The Palmer penguins dataset by Allison Horst, Alison Hill, and Kristen Gorman is a dataset for data exploration & visualization, as an alternative to the Iris dataset.

The dataset contains data for 344 penguins. There are 3 different species of penguins in this dataset, collected from 3 islands in the Palmer Archipelago, Antarctica.

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.

Data are available by CC-0 license in accordance with the Palmer Station LTER Data Policy and the LTER Data Access Policy for Type I data.

More information about the dataset is available in its official documentation.

Usage

The simplified version of the raw data can be loaded by

```julia julia> using PalmerPenguins

julia> table = PalmerPenguins.load() ```

This will download the data (both the simplified and the raw version) once using DataDeps.jl, displaying the information above and making it available for future use.

The prompt and the confirmation before downloading the data for the first time can be bypassed by setting the DATADEPS_ALWAYS_ACCEPT environment variable. In particular, this is required for non-interactive use such as in continuous integration tests.

The function PalmerPenguins.load() returns a CSV.File object that supports the Tables.jl interface. For instance, it can be converted to a DataFrame by executing

```julia julia> using DataFrames

julia> df = DataFrame(table) The raw data can be loaded with julia julia> tableraw = PalmerPenguins.load(; raw = true) ```

If raw = false (the default), then the simplified version is returned.

References

Gorman KB, Williams TD, Fraser WR (2014) Ecological Sexual Dimorphism and Environmental Variability within a Community of Antarctic Penguins (Genus Pygoscelis). PLoS ONE 9(3): e90081. https://doi.org/10.1371/journal.pone.0090081

Owner

  • Name: David Widmann
  • Login: devmotion
  • Kind: user
  • Location: Uppsala, Sweden
  • Company: Uppsala University

Citation (CITATION.bib)

@article{PalmerPenguins.jl-2014,
    title = {Ecological Sexual Dimorphism and Environmental Variability within a Community of Antarctic Penguins (Genus Pygoscelis)},
    author = {Gorman KB and Williams TD and Fraser WR},
    journal = {PLoS ONE},
    year = {2014},
    volume = {9(3)},
    number = {e90081},
    pages = {-13},
    url = {https://doi.org/10.1371/journal.pone.0090081},
}

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
Last Year
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 12
  • Total Committers: 3
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.583
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
David Widmann d****t@d****e 5
David Widmann d****n 5
github-actions[bot] 4****] 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 4
  • Total pull requests: 9
  • Average time to close issues: 9 months
  • Average time to close pull requests: 9 days
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 1.5
  • Average comments per pull request: 1.11
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tpoisot (1)
  • rikhuijzer (1)
  • JuliaTagBot (1)
  • knuesel (1)
Pull Request Authors
  • devmotion (5)
  • github-actions[bot] (4)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • julia 32 total
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 5
juliahub.com: PalmerPenguins

Load the Palmer penguins dataset in Julia.

  • Versions: 5
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 32 Total
Rankings
Dependent repos count: 9.9%
Average: 27.5%
Stargazers count: 27.9%
Forks count: 33.3%
Dependent packages count: 38.9%
Last synced: 11 months ago