Skip to content

Commit ed0988f

Browse files
committed
collecting-data-for-analysis chapter
1 parent 9444189 commit ed0988f

File tree

10 files changed

+2143
-0
lines changed

10 files changed

+2143
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.env
2+
.venv/
23
.DS_Store
34

45
/.quarto/

_freeze/chapters/collecting-data-for-analysis/execute-results/html.json

Lines changed: 17 additions & 0 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading

_quarto.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ website:
2222
href: chapters/interact-apis.qmd
2323
- text: "Exercise: Calling Data"
2424
href: chapters/exercise-calling-data.qmd
25+
- section: "APIs for Data Analysis"
26+
contents:
27+
- text: "Collecting Data for Analysis"
28+
href: chapters/collecting-data-for-analysis.qmd
29+
- text: "Visualizing Data"
30+
href: chapters/visualizing-data.qmd
31+
- text: "Analyzing Data"
32+
href: chapters/analyzing-data.qmd
2533
- text: "A Catalog of APIs"
2634
href: resources/catalog.qmd
2735

chapters/analyzing-data.qmd

Whitespace-only changes.

0 commit comments

Comments
 (0)