Examples from https://blog.projectpiglet.com
To run this example, you can use a virtual environment or install the softwre directly.
Everything can be installed by using the following command:
$ pip install -r requirements.txt
After that you can run the example by doing:
$ python granger_causality_example.py
That's it!