Skip to content

Commit 5df9458

Browse files
committed
notebook updated
1 parent d3202ff commit 5df9458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"cell_type": "markdown",
4646
"metadata": {},
4747
"source": [
48-
"We use the `requests` command to download a JSON file containing scraped restaurant data directly from the specified GitHub repository. This file, `scraped_restaurant_data.json`, will be saved to the current working directory, making it readily available for data processing and analysis tasks in the notebook. If you want to perform the scraping yourself, you can use libraries like **[Scrape Graph AI](https://github.com/ScrapeGraphAI/Scrapegraph-ai)** to gather data directly from websites."
48+
"We use the `requests` library to download a JSON file containing scraped restaurant data directly from the specified GitHub repository. Instead of saving it locally, the data is stored in memory as a Python dictionary, making it readily available for data processing and analysis tasks in the notebook. If you want to perform the scraping yourself, you can use libraries like [Scrape Graph AI](https://github.com/ScrapeGraphAI/Scrapegraph-ai) to gather data directly from websites."
4949
]
5050
},
5151
{

0 commit comments

Comments
 (0)