diff --git a/docs/scenarios/scrape.rst b/docs/scenarios/scrape.rst index 90e5252..a7440f8 100644 --- a/docs/scenarios/scrape.rst +++ b/docs/scenarios/scrape.rst @@ -103,3 +103,5 @@ using Python or we can save it to a file and share it with the world. Some more cool ideas to think about are modifying this script to iterate through the rest of the pages of this example dataset, or rewriting this application to use threads for improved speed. + +If you want to learn how to import data using python - this `DataCamp course on Importing Data `_ is a great place to start.