-
Notifications
You must be signed in to change notification settings - Fork 1
/
reading.yml
130 lines (130 loc) · 3.37 KB
/
reading.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
- path: https://srvanderplas.github.io/stat-computing-r-python/part-tools/00-tools-intro.html
title: Review- Tools
date: '2024-01-21'
pub.date: '2023-01-01'
categories:
- reading
- Week01
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-tools/05-git-and-github.html
title: Version Control with Git and Github
date: '2024-01-24'
pub.date: '2024-01-15'
categories:
- reading
- Week01
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-gen-prog/00-gen-prog.html
title: Review - Programming
date: '2024-01-29'
pub.date: '2023-01-01'
categories:
- reading
- Week02
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/01-data-input.html
title: Data Input
date: '2024-02-12'
pub.date: '2024-02-08'
categories:
- reading
- Week04
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/02a-eda.html
title: Exploratory Data Analysis
date: '2024-02-12'
pub.date: '2024-02-08'
categories:
- reading
- Week04
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/02b-graphics.html
title: Data Visualization
date: '2024-02-19'
pub.date: '2024-02-10'
categories:
- reading
- Week05
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/02c-good-graphics.html
title: Good Graphics
date: '2024-02-19'
pub.date: '2024-02-10'
categories:
- reading
- Week05
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/03-data-cleaning.html
title: Data Cleaning
date: '2024-02-26'
pub.date: '2024-02-17'
categories:
- reading
- Week06
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/04-strings.html
title: Strings
date: '2024-03-18'
pub.date: '2024-03-09'
categories:
- reading
- Week08
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/05-data-reshape.html
title: Reshaping Data
date: '2024-03-25'
pub.date: '2024-03-16'
categories:
- reading
- Week09
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/06-data-join.html
title: Joining Data
date: '2024-04-01'
pub.date: '2024-03-23'
categories:
- reading
- Week10
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/07-datetime.html
title: Dates and Times
date: '2024-04-08'
pub.date: '2024-03-30'
categories:
- reading
- Week11
type: reading
image: figs/reading.svg
is_live: true
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/08-functional-prog.html
title: Functional Programming and Lists
date: '2024-04-22'
pub.date: '2024-04-13'
categories:
- reading
- Week13
type: reading
image: figs/reading.svg
is_live: true