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

viz placeholder #21

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion 02-data-structures.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This organizing structure on an object applies to pretty much all Python data ty

Let's see how this applies to the list:

- Value: the contents of the list, such as `[2, 3, 4].`
- **Value**: the contents of the list, such as `[2, 3, 4].`

- **Attributes** that store additional values: Not relevant for lists.

Expand Down
11 changes: 11 additions & 0 deletions 05-data-visualization.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```{r, include = FALSE}
ottrpal::set_knitr_image_path()
```

# Data Visualization

under construction.

## Exercises

Exercise for week 5 can be found [here](#)
1 change: 1 addition & 0 deletions _bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rmd_files: ["index.Rmd",
"02-data-structures.Rmd",
"03-data-wrangling1.Rmd",
"04-data-wrangling2.Rmd",
"05-data-visualization.Rmd",
"About.Rmd",
"References.Rmd"]
new_session: yes
Expand Down
Loading