summaryrefslogtreecommitdiff
path: root/tutorials/module_4/1_importing_scientific_data.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-10-10 17:00:32 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-10-10 17:00:32 -0600
commita737f1f0529fbae9ec91d3852b6629020290f9cd (patch)
tree069e7c21344c87589c92bfc1c0326dae12f80b08 /tutorials/module_4/1_importing_scientific_data.md
parent2a57f6032b5717020bfaf4dccde1546a7a29ee6f (diff)
Added pandas notes
Diffstat (limited to 'tutorials/module_4/1_importing_scientific_data.md')
-rw-r--r--tutorials/module_4/1_importing_scientific_data.md2
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