From 2a57f6032b5717020bfaf4dccde1546a7a29ee6f Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 6 Oct 2025 12:46:06 -0600 Subject: Added Reference notes for module 4 --- tutorials/module_4/importing data.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tutorials/module_4/importing data.md (limited to 'tutorials/module_4/importing data.md') 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 -- cgit v1.2.3