Skip to content

Commit 9e244dd

Browse files
authored
Fixed typo
1 parent ae17e29 commit 9e244dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: notebooks/03.08-Aggregation-and-Grouping.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"cell_type": "markdown",
215215
"metadata": {},
216216
"source": [
217-
"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)).\n",
217+
"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)).\n",
218218
"As with a one-dimensional NumPy array, for a Pandas ``Series`` the aggregates return a single value:"
219219
]
220220
},

0 commit comments

Comments
 (0)