diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-10-06 12:46:06 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-10-06 12:46:06 -0600 |
| commit | 2a57f6032b5717020bfaf4dccde1546a7a29ee6f (patch) | |
| tree | bdcdf431d2011541e42e2f64245c8f152b0ea44f /tutorials/module_4/working with irregular data.md | |
| parent | b7652c078a74ec0fd8419c4e0d8f9dc1d7b28020 (diff) | |
Added Reference notes for module 4
Diffstat (limited to 'tutorials/module_4/working with irregular data.md')
| -rw-r--r-- | tutorials/module_4/working with irregular data.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
