Fix a typo

pull/14/head
Tim Skov Jacobsen 2020-02-03 13:12:38 +01:00
parent 76848cee3d
commit 6e4aa9876a
1 changed files with 1 additions and 1 deletions

View File

@ -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`: "
]
},
{