Fixed typo convection -> convention

pull/10/head
Mads Emil Møller Andersen 2020-02-07 15:12:24 +01:00 committed by GitHub
parent 76848cee3d
commit 8e9369b54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`: "
]
},
{