@@ -110,6 +110,31 @@ website:
110
110
- text : ' 9.1. Exercises'
111
111
href : modules/module2/module2-30-plotting_a_groupby_object.qmd
112
112
- href : modules/module2/module2-31-what_did_we_just_learn.qmd
113
+ - section : " **M3. Tidy Data and Joining Dataframes**"
114
+ contents :
115
+ - href : modules/module3/module3-00-module_learning_outcomes.qmd
116
+ - href : modules/module3/module3-01-what_is_tidy_data.qmd
117
+ - text : ' 1.1. Exercises'
118
+ href : modules/module3/module3-02-tidy_data_questions.qmd
119
+ - href : modules/module3/module3-05-statistical_questions_and_tidy_data.qmd
120
+ - text : ' 2.1. Exercises'
121
+ href : modules/module3/module3-06-which_is_tidy.qmd
122
+ - href : modules/module3/module3-08-reshaping_with_pivot.qmd
123
+ - text : ' 3.1. Exercises'
124
+ href : modules/module3/module3-09-pivoting_questions.qmd
125
+ - href : modules/module3/module3-11-reshaping_with_pivot_table.qmd
126
+ - text : ' 4.1. Exercises'
127
+ href : modules/module3/module3-12-pivot_table_questions.qmd
128
+ - href : modules/module3/module3-14-reshaping_with_melt.qmd
129
+ - text : ' 5.1. Exercises'
130
+ href : modules/module3/module3-15-melting_questions.qmd
131
+ - href : modules/module3/module3-17-concatenation.qmd
132
+ - text : ' 6.1. Exercises'
133
+ href : modules/module3/module3-18-concat_questions.qmd
134
+ - href : modules/module3/module3-21-joining_dataframes_using_merge.qmd
135
+ - text : ' 7.1. Exercises'
136
+ href : modules/module3/module3-22-merge_questions.qmd
137
+ - href : modules/module3/module3-25-what_did_we_just_learn.qmd
113
138
114
139
# Since we are declaring options for two formats here (html and revealjs)
115
140
# each qmd file needs to include a yaml block including which format to use for that file.
@@ -150,4 +175,4 @@ format:
150
175
history : false
151
176
menu : false
152
177
execute :
153
- echo : true
178
+ echo : true
0 commit comments