From 6776bc749978859c576649048efa85f7817aeb84 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 12 May 2017 16:07:12 -0400 Subject: [PATCH] Update scrape.rst Second link --- docs/scenarios/scrape.rst | 2 ++ 1 file changed, 2 insertions(+) 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.