@@ -32,14 +32,31 @@ website:
3232 style : ' docked'
3333 background : ' primary'
3434 contents :
35- - section : " **M0. Welcome to Programming in Python for Data Science **"
35+ - section : " **M3. Tidy Data and Joining Dataframes **"
3636 contents :
37- - text : ' 0. Welcome!'
38- href : modules/index.qmd
39- - href : modules/module0/module0-01-programming_in_python_for_data_science.qmd
40- - text : ' 1.1. Prerequisite confirmation'
41- href : modules/module0/module0-02-are_you_ready.qmd
42- - section : " **M1. Python & Pandas - An Unexpected Friendship**"
37+ - href : modules/module3/module3-00-module_learning_outcomes.qmd
38+ - href : modules/module3/module3-01-what_is_tidy_data.qmd
39+ - text : ' 1.1. Exercises'
40+ href : modules/module3/module3-02-tidy_data_questions.qmd
41+ - href : modules/module3/module3-05-statistical_questions_and_tidy_data.qmd
42+ - text : ' 2.1. Exercises'
43+ href : modules/module3/module3-06-which_is_tidy.qmd
44+ - href : modules/module3/module3-08-reshaping_with_pivot.qmd
45+ - text : ' 3.1. Exercises'
46+ href : modules/module3/module3-09-pivoting_questions.qmd
47+ - href : modules/module3/module3-11-reshaping_with_pivot_table.qmd
48+ - text : ' 4.1. Exercises'
49+ href : modules/module3/module3-12-pivot_table_questions.qmd
50+ - href : modules/module3/module3-14-reshaping_with_melt.qmd
51+ - text : ' 5.1. Exercises'
52+ href : modules/module3/module3-15-melting_questions.qmd
53+ - href : modules/module3/module3-17-concatenation.qmd
54+ - text : ' 6.1. Exercises'
55+ href : modules/module3/module3-18-concat_questions.qmd
56+ - href : modules/module3/module3-21-joining_dataframes_using_merge.qmd
57+ - text : ' 7.1. Exercises'
58+ href : modules/module3/module3-22-merge_questions.qmd
59+ - href : modules/module3/module3-25-what_did_we_just_learn.qmd
4360
4461# Since we are declaring options for two formats here (html and revealjs)
4562# each qmd file needs to include a yaml block including which format to use for that file.
0 commit comments