From a737f1f0529fbae9ec91d3852b6629020290f9cd Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 10 Oct 2025 17:00:32 -0600 Subject: Added pandas notes --- tutorials/module_4/1_importing_scientific_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorials/module_4/1_importing_scientific_data.md') 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 -- cgit v1.2.3