This Streamlit app is designed for data exploration and visualization of the Palmer Penguins dataset. The app demonstrates how Streamlit can be used to create interactive and visually appealing data science applications. You can find my penguin app here.
- About this App: Provides an overview of the app, its purpose, and background information.
- Penguins: Detailed information about the Palmer Penguins dataset, including its significance and structure.
- Data Visualization: Allows users to upload the Palmer Penguins dataset and create interactive scatter plots using Altair.
To run the app locally, follow these steps:
Clone the Repository:
git clone https://github.com/yourusername/palmer-penguins-streamlit.git
Install Requirements:
pip install -r requirements.txt
The Palmer Penguins dataset contains data on three penguin species observed on three islands in the Palmer Archipelago, Antarctica. It includes measurements such as bill length, bill depth, flipper length, body mass, and more.
For more information about the dataset, visit the Palmer Penguins dataset GitHub page.