diff options
Diffstat (limited to 'tutorials/module_4/1_importing_scientific_data.md')
| -rw-r--r-- | tutorials/module_4/1_importing_scientific_data.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/module_4/1_importing_scientific_data.md b/tutorials/module_4/1_importing_scientific_data.md index 9cfedbe..94bad93 100644 --- a/tutorials/module_4/1_importing_scientific_data.md +++ b/tutorials/module_4/1_importing_scientific_data.md @@ -3,7 +3,7 @@ [Introduction text] -Pandas is a library that is built on top of NumPy and is there for customarily to import both when working with Pandas. +Pandas is a library that is built on top of NumPy and is therefore customarily to import both when working with Pandas. ```python import numpy as np |
