Skip to content

Commit 6806eb9

Browse files
authored
Merge pull request jakevdp#35 from pkitslaar/patch-1
Fixed typo
2 parents a1253f2 + 2796d60 commit 6806eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/03.08-Aggregation-and-Grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This has some details on the 1,000+ extrasolar planets discovered up to 2014.
7474
## Simple Aggregation in Pandas
7575

7676

77-
Earler, we explored some of the data aggregations available for NumPy arrays (["Aggregations: Min, Max, and Everything In Between"](02.04-Computation-on-arrays-aggregates.ipynb)).
77+
Earlier, we explored some of the data aggregations available for NumPy arrays (["Aggregations: Min, Max, and Everything In Between"](02.04-Computation-on-arrays-aggregates.ipynb)).
7878
As with a one-dimensional NumPy array, for a Pandas ``Series`` the aggregates return a single value:
7979

8080
```python

0 commit comments

Comments
 (0)