# A tibble: 5 × 2
date season
<chr> <chr>
1 23 January 2017 winter
2 4 March 2017 spring
3 14 June 2017 summer
4 1 September 2017 fall
5 ... ...
Data visualization and transformation
Q: What data science background does this course assume?
A: None. But it does require a willingness to learn and a motivation to work with data.
Q: Will we be doing computing?
A: Yes.
Q: What computing language will we learn?
A: R.
Q: Why not language X?
A: A great discussion for the course forum!
# A tibble: 5 × 2
date season
<chr> <chr>
1 23 January 2017 winter
2 4 March 2017 spring
3 14 June 2017 summer
4 1 September 2017 fall
5 ... ...