diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-11-01 19:07:33 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-11-01 19:07:33 -0600 |
| commit | ef1d5ab76a8ebfea3038b15e90cc61ac14f4fbed (patch) | |
| tree | 74f44ec95990d6f7edeed56e0252a0e07414fcb9 /tutorials/module_4/4.1 Introduction to Data and Scientific Datasets.md | |
| parent | 81da658b3000aa02bd72771b06dfdcd726c0a075 (diff) | |
Worked through adding material to module 4
Diffstat (limited to 'tutorials/module_4/4.1 Introduction to Data and Scientific Datasets.md')
| -rw-r--r-- | tutorials/module_4/4.1 Introduction to Data and Scientific Datasets.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tutorials/module_4/4.1 Introduction to Data and Scientific Datasets.md b/tutorials/module_4/4.1 Introduction to Data and Scientific Datasets.md index 5cd3879..882ce59 100644 --- a/tutorials/module_4/4.1 Introduction to Data and Scientific Datasets.md +++ b/tutorials/module_4/4.1 Introduction to Data and Scientific Datasets.md @@ -100,7 +100,10 @@ air_quality["ratio_paris_antwerp"] = ( https://pandas.pydata.org/docs/getting_started/intro_tutorials/03_subset_data.html https://pandas.pydata.org/docs/user_guide/reshaping.html -### Problem: Create a dataframe from data +### Problem: Create a dataframe from Numpy arrays + + + Given the the file `force_displacement_data.txt`. Use pandas to tabulate the data into a dataframe ```python import pandas as pd |
