From 070075375101322e82b2341cf63e5e4fb2d4d576 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 19 Nov 2019 13:20:18 +0200 Subject: [PATCH] fixed broken links --- Mission350Solutions.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mission350Solutions.ipynb b/Mission350Solutions.ipynb index c5e23a2..8a24aa3 100644 --- a/Mission350Solutions.ipynb +++ b/Mission350Solutions.ipynb @@ -24,8 +24,8 @@ "\n", "Collecting data for over four million apps requires a significant amount of time and money, so we'll try to analyze a sample of data instead. To avoid spending resources with collecting new data ourselves, we should first try to see whether we can find any relevant existing data at no cost. Luckily, these are two data sets that seem suitable for our purpose:\n", "\n", - "- [A data set](https://www.kaggle.com/lava18/google-play-store-apps/home) containing data about approximately ten thousand Android apps from Google Play\n", - "- [A data set](https://www.kaggle.com/ramamet4/app-store-apple-data-set-10k-apps/home) containing data about approximately seven thousand iOS apps from the App Store\n", + "- [A data set](https://www.kaggle.com/lava18/google-play-store-apps) containing data about approximately ten thousand Android apps from Google Play. You can download the data set directly from [this link](https://dq-content.s3.amazonaws.com/350/googleplaystore.csv).\n", + "- [A data set](https://www.kaggle.com/ramamet4/app-store-apple-data-set-10k-apps) containing data about approximately seven thousand iOS apps from the App Store. You can download the data set directly from [this link](https://dq-content.s3.amazonaws.com/350/AppleStore.csv).\n", "\n", "Let's start by opening the two data sets and then continue with exploring the data." ]