Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 879 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 879 Bytes

missingGuns_scrape

Intro

Short weekend project to learn some python, heard about this article from a friend of mine and thought it could use a better visualization.

Written in python 3.6.2 Includes:

  • Python Script
  • JSON Export of Python Script
  • PowerBI Desktop File

Install Depdencies

pip install requests
pip install bs4
pip install pandas

Running

python App.py

Sources

*news article This original article from Mercury News piqued my interest

*tutorial This tutorial helped get me started with Beautiful Soup

*PowerBI Dashboard Final Dashboard Result