File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 88
99## Coding
1010
11+ You'll complete this assignment using pandas. Steps:
12+
11131 . [ Find a dataset.] ( assignments/open_ended.md#open-data-portals )
1214 - It must have:
1315 - At least one numeric column
1618 - Don't spend too long on this step.
17191 . If there's more than one numeric column, pick one.
18201 . 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
2728Now [ turn in the assignment] ( assignments.md ) .
2829
You can’t perform that action at this time.
0 commit comments