Merge pull request #10 from MEMAndersen/patch-1

Fixed typo convection -> convention
pull/14/head
Kenneth C. Kleissl 2020-02-09 01:12:19 +01:00 committed by GitHub
commit 431361ad24
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`: "
]
},
{