Skip to content

Commit 585e53e

Browse files
committed
clarify HW1 steps
1 parent d2e82cb commit 585e53e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

hw_1.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
## Coding
1010

11+
You'll complete this assignment using pandas. Steps:
12+
1113
1. [Find a dataset.](assignments/open_ended.md#open-data-portals)
1214
- It must have:
1315
- At least one numeric column
@@ -16,13 +18,12 @@
1618
- Don't spend too long on this step.
1719
1. If there's more than one numeric column, pick one.
1820
1. Create a new notebook.
19-
1. Using pandas:
20-
1. Read in the data.
21-
1. Compute:
22-
- The mean
23-
- The median
24-
- The mode
25-
1. Do a `groupby()` with an [aggregation](https://pandas.pydata.org/docs/user_guide/groupby.html#aggregation).
21+
1. Read in the data.
22+
1. Compute:
23+
- The mean
24+
- The median
25+
- The mode
26+
1. Do a `groupby()` with an [aggregation](https://pandas.pydata.org/docs/user_guide/groupby.html#aggregation).
2627

2728
Now [turn in the assignment](assignments.md).
2829

0 commit comments

Comments
 (0)