Skip to content

Commit

Permalink
viz placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
caalo committed Aug 28, 2024
1 parent faa13fd commit 9d8738c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
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

0 comments on commit 9d8738c

Please sign in to comment.