Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Oct 2, 2024
1 parent 3ae648c commit 4a7e045
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 14 additions & 12 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
2 changes: 1 addition & 1 deletion docs/notes/fetching-data/csv.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4a7e045

Please sign in to comment.