Homework 2#

General assignment information

Coding#

The goal here is to practice joining datasets through pandas. Hint: The instructions here are intentionally incomplete.

Step 1#

Find an NYC dataset with a borough column.

  • Use Scout to filter by column name.

  • Don’t spend too long on this step.

  • Keep the dataset small (under 500,000-ish rows) to make it easier to work with.

What’s the URL of your dataset?

YOUR RESPONSE HERE

Step 2#

Load it into Jupyter.

# your code here

Step 3#

Open the Population by Borough dataset and load it into Jupyter.

# your code here

Step 4#

Use merge() to combine the two, and output the resulting table.

# your code here

Now turn in the assignment.

Tutorials#

Optional#

Participation#

Reminder about the between-class participation requirement.