From a737f1f0529fbae9ec91d3852b6629020290f9cd Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 10 Oct 2025 17:00:32 -0600 Subject: Added pandas notes --- tutorials/module_4/Pandas.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'tutorials/module_4/Pandas.md') diff --git a/tutorials/module_4/Pandas.md b/tutorials/module_4/Pandas.md index d62ee48..672661f 100644 --- a/tutorials/module_4/Pandas.md +++ b/tutorials/module_4/Pandas.md @@ -1,4 +1,26 @@ Pandas Panel Data -https://pandas.pydata.org/docs/getting_started/comparison/comparison_with_spreadsheets.html#compare-with-spreadsheets \ No newline at end of file +https://pandas.pydata.org/docs/getting_started/comparison/comparison_with_spreadsheets.html#compare-with-spreadsheets + + + + + +https://pandas.pydata.org/docs/getting_started/intro_tutorials/02_read_write.html + + + +https://pandas.pydata.org/docs/getting_started/intro_tutorials/03_subset_data.html + +https://pandas.pydata.org/docs/getting_started/intro_tutorials/05_add_columns.html + + +https://pandas.pydata.org/docs/user_guide/reshaping.html + + +https://pandas.pydata.org/docs/user_guide/merging.html + + + +https://pandas.pydata.org/docs/getting_started/intro_tutorials/08_combine_dataframes.html \ No newline at end of file -- cgit v1.2.3