Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.83 KB

README.md

File metadata and controls

36 lines (32 loc) · 1.83 KB

Analysis for fun

Two nice exercises for dealing with some real data analyst challenges, Inspired by Keith Galli's excellent YouTube channel.

Exercise 1: Sales data analysis

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

Exercise 2: Disney web scarping

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

Extra exercise: Disney data analysis

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