Skip to content

Project Documentation

Use this hosted documentation site to tell your data story. Include a narrative telling your results, observations, and interpretations. Display visuals as needed for a compelling story.

Professional Workflow

See Workflow B: Apply Example Project to get a project like this running on your machine.

Professional Projects

  • We code like the pros to help us focus on the analytics.
  • Most files in this repository will never be touched.
  • If curious about a file, check out the Professional Python Project Explainer.

Documentation Index

Initial Results

After reviewing the dataset, use the code in the src/datafun folder to create a histogram showing the distribution of your chosen numeric measurement.

Histogram of the selected measurement

Final Project Results

This project analyzes penguin body mass and groups the penguins by island. The three islands are Biscoe, Dream, and Torgersen. Using the island column allows the program to process and log each location. The histgram shows body masses ranging from about 2,700 to 6,300 grams, with many penguins grouped near 3,500 to 4,000 grams. These results help show the varition in penguin sizes and provide a starting point for comparing penguins across the three islands.