From d18527742a41f2520c84fa855c8d1756a78eda5f Mon Sep 17 00:00:00 2001 From: gdasv0101 <72097776+gdasv0101@users.noreply.github.com> Date: Sat, 3 Oct 2020 12:45:29 -0700 Subject: [PATCH] Updated README.md I updated more context to the content. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94086f6..68d01fe 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # Scraping Data From Various Sources + As a data scientist, I often find myself looking for external data sources that could be relevant for my machine learning projects. The problem is that it is uncommon to find open source data sets that perfectly correspond to what you are looking for, or free APIs that give you access to data. In this case, web scraping can be one solution to get more data.