From 6e4aa9876a84c0cb2e89c5786d6e91ac772b9af4 Mon Sep 17 00:00:00 2001 From: Tim Skov Jacobsen Date: Mon, 3 Feb 2020 13:12:38 +0100 Subject: [PATCH] Fix a typo --- Session 5 - Dataframes/Session 5 - Dataframes.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Session 5 - Dataframes/Session 5 - Dataframes.ipynb b/Session 5 - Dataframes/Session 5 - Dataframes.ipynb index b56bd50..3084d50 100644 --- a/Session 5 - Dataframes/Session 5 - Dataframes.ipynb +++ b/Session 5 - Dataframes/Session 5 - Dataframes.ipynb @@ -9,7 +9,7 @@ "\n", "In the `pandas` environment what we normally refer to as a table is called a **DataFrame**. If the data has only a single column, it is called a **Series**. These are the core objects in the library.\n", "\n", - "As with many libraries, there is a convection for renaming when importing. In `pandas` the convention is to import as `pd`: " + "As with many libraries, there is a convention for renaming when importing. In `pandas` the convention is to import as `pd`: " ] }, {