Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 572 Bytes

gdelt_headline_analysis

News Headlines Analysis of (two) Websites - Using GDELT 2.0 Event Database

Main file to run:

  • analysis.ipynb (viewable on GitHub); or
  • analysis.html (if charts won't load on GitHub); or
  • analysis.pdf (if all the above fails to load chart)

Note: 'download.py' has been limited to download only 50 files for demonstration purposes. Feel free to remove the limit in the script for "full experience".

If run locally (only), the order of files to run:

  1. download.py
  2. process.py
  3. extract.py
  4. analysis.ipynb <- using Jupyter Notebook.