summaryrefslogtreecommitdiff
path: root/tutorials/module_4/importing data.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-10-06 12:46:06 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-10-06 12:46:06 -0600
commit2a57f6032b5717020bfaf4dccde1546a7a29ee6f (patch)
treebdcdf431d2011541e42e2f64245c8f152b0ea44f /tutorials/module_4/importing data.md
parentb7652c078a74ec0fd8419c4e0d8f9dc1d7b28020 (diff)
Added Reference notes for module 4
Diffstat (limited to 'tutorials/module_4/importing data.md')
-rw-r--r--tutorials/module_4/importing data.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tutorials/module_4/importing data.md b/tutorials/module_4/importing data.md
new file mode 100644
index 0000000..19b5fe1
--- /dev/null
+++ b/tutorials/module_4/importing data.md
@@ -0,0 +1,9 @@
+Importing scientific data
+
+#### Importing Data
+
+**Objective:** Read text files that contain a mixture of data types, delimiters, and headers.
+
+- Import a mixture of data types from arbitrarily formatted text files
+- Import only required columns of data from a text file
+- Import and merge data from multiple files \ No newline at end of file