Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

General Project information

Objective

Prove or disprove a hypothesis using skills learned in this class.

Intro

You can think of this as similar to the Project 2 requirements, but expanded. Examples of Final Projects for Python for Public Policy - the result of this Project will be similar.

Process

  1. Find a dataset that seems interesting.

    • To meet the requirement that your project “not be trivial,” you probably want a dataset that’s large enough that you can’t understand it at a glance.

      • If you’re only using one dataset, you probably want it to have 500+ rows.

  2. Load the data into a DataFrame.

  3. Inspect the data a bit.

  4. Fill out the prompt (below).

    • Work backwards: On a piece of paper / whiteboard, draw the visualization you imagine producing.

  5. Use the data to answer the question.

  6. If you end up answering your initial research question easily (haven’t met the requirements), that’s fine. Ask and answer follow-up question(s).

    • Go deep, not broad.

Prompt

Put the following in a Markdown cell in your notebook and fill it out:

The question should be:

If you want help/feedback, don’t hesitate to ask on Ed or come to office hours.

Tips

Analysis requirements

Your submission must:


Submit.