Two nice exercises for dealing with some real data analyst challenges, Inspired by Keith Galli's excellent YouTube channel.
You can find the data here.
And the questions and answers you can found here.
Prerequisites:
In order to run the notebook on your local machine you will need the following directories:
- pandas
- os
- matplotlib
In this project I created structured and unstructured data just from Wikipedia web pages.
You can find the final json data here and the final csv file here.
And the full code you can find here.
Prerequisites:
In order to run the notebook on your local machine you will need the following directories:
- requests
- json
- bs4
- os
- tqdm
- pandas
Interesting analyzes of the data in the second exercise.
You can find the questions and answers here.
Prerequisites:
In order to run the notebook on your local machine you will need the following directories:
- pandas
- json
- matplotlib
- numpy