forked from cis-ds/course-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm004.Rmd
32 lines (22 loc) · 1.51 KB
/
cm004.Rmd
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
---
title: "Data wrangling"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(cache=TRUE)
```
# cm004 - October 5, 2016
## Overview
* Review practice for transforming and exploring `scorecard` from `cm003`
* Identify different types of vectors and how they can be read and parsed
* Define *tidy data* and its characteristics
* Practice tidying data
## Slides and links
* [Slides](extras/cm004_slides.html)
* [In-class practice exercise](https://gist.github.com/bensoltoff/509f4d56bd782fe8cef3d066700d6d28)
* [Solution set for in-class practice exercise](extras/cm004_tidy_tutorial.html)
## To do for Monday
* [Register your GitHub account for the class](https://docs.google.com/forms/d/e/1FAIpQLSdBjiacwzO8WexQNJRW-dBuzc4lzj-AkAdm1FUqe5O2_kkbWg/viewform) - all remaining homework assignments will be in *private repositories*. Private repos can only be seen and edited by members of our [course organization](https://github.com/uc-cfss). Once you register your GitHub account, I will invite you to join the course organization. If you don't register your account, you won't have access to any of the homework assignments.
* [Work on homework 2](hw02-explore-wrangle-data.html)
* Chapters 17-19 from [R for Data Science](http://r4ds.had.co.nz/)
* Think about your topic for your [final project](project_description.html). If you want to do a group project, start identifying project partners or post on the [discussion board](https://github.com/uc-cfss/Discussion) to find classmates with similar interests.