Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add units to data table header #36

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions episodes/00-importance-of-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ Learners who have less experience with tabular data may need more specific infor

:::::::::::::::::::::::::::::::::

[^2]: Wickham, H. 2014. “Tidy Data.” Journal of Statistical Software 59 (10). 10.18637/jss.v059.i10 [http://dx.doi.org/10.18637/jss.v059.i10](http://dx.doi.org/10.18637/jss.v059.i10)
[^2]: Wickham, H. 2014. “Tidy Data.” Journal of Statistical Software 59 (10). 10.18637/jss.v059.i10 [https://doi.org/10.18637/jss.v059.i10](https://doi.org/10.18637/jss.v059.i10)

### The role of tables

A table is necessary for making a chart, but is not a substitute for a chart. A table must be read to convey its information. Reading a data table makes it difficult to understand any patterns that might be present in the data. Consider this data table:

| Average Monthly Temperature | Daily Walks per Dog |
| Average Monthly Temperature (°F) | Daily Walks per Dog |
|:---|:---:|
|30 |0 |
|35 |1 |
Expand Down
Loading