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/working with irregular data.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tutorials/module_4/working with irregular data.md (limited to 'tutorials/module_4/working with irregular data.md') diff --git a/tutorials/module_4/working with irregular data.md b/tutorials/module_4/working with irregular data.md new file mode 100644 index 0000000..092fa91 --- /dev/null +++ b/tutorials/module_4/working with irregular data.md @@ -0,0 +1,8 @@ +#### Working with Irregular Data + +**Objective:** Import and visualize scattered data from text files with irregular formatting. + +- Parse text files to determine formatting +- Import data from separate sections of a text file +- Extract data from container variables +- Perform calculations on time series data -- cgit v1.2.3