A Python package providing the Palmer Archipelago (Antarctica) penguin dataset, commonly used for data exploration and visualization. It includes measurements of Adelie, Chinstrap, and Gentoo penguins. Current version is 0.1.6; maintenance is irregular.
pip install palmerpenguinsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Loads the penguins dataset as a pandas DataFrame.
Use df.dropna() or fill missing values appropriately.
Always copy the DataFrame if you intend to modify it: df = load_penguins().copy()
Run `pip install palmerpenguins`
Use `from palmerpenguins import load_penguins`