Skip to content

Solving two daily data analyst issues: structured data analysis, and extracting data from a web page.

Notifications You must be signed in to change notification settings

itsikshteinberger/Analysis-for-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Solving two daily data analyst issues: structured data analysis, and extracting data from a web page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published