From ef1d5ab76a8ebfea3038b15e90cc61ac14f4fbed Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Sat, 1 Nov 2025 19:07:33 -0600 Subject: Worked through adding material to module 4 --- .../module_4/4.1 Introduction to Data and Scientific Datasets.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tutorials/module_4/4.1 Introduction to Data and Scientific Datasets.md') 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 -- cgit v1.2.3