Skip to content

Commit c1985de

Browse files
minor adjustments to learning objs
1 parent c2e1f24 commit c1985de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/reading.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ By the end of the chapter, readers will be able to do the following:
6262
- Execute queries to bring data from a database into Python using the `ibis` library's `execute` function.
6363
- Use `to_csv` to save a data frame to a `.csv` file.
6464
- (*Optional*) Obtain data using **a**pplication **p**rogramming **i**nterfaces (APIs) and web scraping.
65-
- Read/scrape data from an internet URL using the `BeautifulSoup` package
66-
- Compare downloading tabular data from a plain text file (e.g. `.csv`) from the web versus scraping data from a `.html` file
65+
- Read/scrape data from an internet URL using the `BeautifulSoup` package.
66+
- Read data from the NASA "Astronomy Picture of the Day" using the `requests` package.
67+
- Compare downloading tabular data from a plain text file (e.g., `.csv`), accessing data from an API, and scraping the HTML source code from a website.
6768

6869
## Absolute and relative file paths
6970

0 commit comments

Comments
 (0)