Skip to content

Commit e0be901

Browse files
author
Susan Vanderplas
committed
Update on push, not on schedule
1 parent fbe8daf commit e0be901

File tree

5 files changed

+46
-4
lines changed

5 files changed

+46
-4
lines changed

.github/workflows/render.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
on:
2-
schedule:
3-
- cron: "0 0 * * 5"
42
push:
53
branches: main
64

exam/2024-midterm

index.qmd

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ listing:
1515
- homework/05-graphics-groundhogs.qmd
1616
- homework/05-graphics-results.qmd
1717
- homework/06-data-manip.qmd
18+
- homework/07-strings.qmd
19+
- homework/08-reshape.qmd
20+
- homework/09-join.qmd
1821
- slides/01-Syllabus-and-Introductions.qmd
1922
- slides/02-version-control.qmd
2023
- slides/03-review-topics.qmd
@@ -24,6 +27,7 @@ listing:
2427
- slides/07-input.qmd
2528
- slides/09-graphics.qmd
2629
- slides/10-graphics.qmd
30+
- slides/10-projects.qmd
2731
- syllabus.qmd
2832
- reading.yml
2933
sort: date desc

reading.yml

+40
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,43 @@
7878
type: reading
7979
image: figs/reading.svg
8080
is_live: true
81+
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/04-strings.html
82+
title: Strings
83+
date: '2024-03-18'
84+
pub.date: '2024-03-09'
85+
categories:
86+
- reading
87+
- Week08
88+
type: reading
89+
image: figs/reading.svg
90+
is_live: true
91+
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/05-data-reshape.html
92+
title: Reshaping Data
93+
date: '2024-03-25'
94+
pub.date: '2024-03-16'
95+
categories:
96+
- reading
97+
- Week09
98+
type: reading
99+
image: figs/reading.svg
100+
is_live: true
101+
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/06-data-join.html
102+
title: Joining Data
103+
date: '2024-04-01'
104+
pub.date: '2024-03-23'
105+
categories:
106+
- reading
107+
- Week10
108+
type: reading
109+
image: figs/reading.svg
110+
is_live: true
111+
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/07-datetime.html
112+
title: Dates and Times
113+
date: '2024-04-08'
114+
pub.date: '2024-03-30'
115+
categories:
116+
- reading
117+
- Week11
118+
type: reading
119+
image: figs/reading.svg
120+
is_live: true

0 commit comments

Comments
 (0)