From 4a7e045b21dd84412e8bb4a81c9402b9951c9c10 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Wed, 2 Oct 2024 16:38:58 -0400 Subject: [PATCH] Fix typo --- docs/_quarto.yml | 26 ++++++++++++++------------ docs/notes/fetching-data/csv.qmd | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index b512674..f73e3e5 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -159,24 +159,26 @@ book: - href: notes/fetching-data/xml.qmd - href: notes/fetching-data/html-web-scraping.qmd #text: "HTML Data (Web Scraping)" - - href: notes/fetching-data/apis.qmd + #- href: notes/fetching-data/apis.qmd #- part: "APIs and Integrations" # chapters: # - href: notes/fetching-data/apis.qmd # text: "APIs Overview" - #- part: "APIs and Integrations" - # chapters: - # - href: notes/api-integrations/google-drive-demo.ipynb - # - href: notes/api-integrations/google-sheets-demo.ipynb - # - href: notes/api-integrations/google-maps-api-demo.ipynb - # - href: notes/api-integrations/youtube-audio-downloader-demo.ipynb - # - href: notes/api-integrations/spotify-api-demo.ipynb - # - href: notes/api-integrations/sending-email-demo.ipynb - # - href: notes/api-integrations/openai-api-demo.ipynb - # - href: notes/api-integrations/pokemon-api-demo.ipynb - # - href: notes/api-integrations/alphavantage-api-crypto-dashboards-demo.ipynb + - part: "APIs and Integrations" + chapters: + - href: notes/fetching-data/apis.qmd + #- href: notes/api-integrations/sending-email-demo.ipynb + #- href: notes/api-integrations/google-maps-api-demo.ipynb + #- href: notes/api-integrations/youtube-audio-downloader-demo.ipynb + #- href: notes/api-integrations/spotify-api-demo.ipynb + #- href: notes/api-integrations/pokemon-api-demo.ipynb + + #- href: notes/api-integrations/google-drive-demo.ipynb + #- href: notes/api-integrations/google-sheets-demo.ipynb + #- href: notes/api-integrations/openai-api-demo.ipynb + #- href: notes/api-integrations/alphavantage-api-crypto-dashboards-demo.ipynb diff --git a/docs/notes/fetching-data/csv.qmd b/docs/notes/fetching-data/csv.qmd index 1e84201..b45e0e5 100644 --- a/docs/notes/fetching-data/csv.qmd +++ b/docs/notes/fetching-data/csv.qmd @@ -11,7 +11,7 @@ execute: # Fetching CSV Data -If the data yweou want to fetch is in CSV format, we can use the `pandas` package to fetch and process it. +If the data we want to fetch is in CSV format, we can use the `pandas` package to fetch and process it. Let's consider this example \"students.csv\" file we have hosted on the Internet: