Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

codeforsanjose/Indicators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

78a3eab · Oct 21, 2019

History

35 Commits
Jul 6, 2017
Jun 23, 2017
Jul 10, 2017
Oct 21, 2019

Repository files navigation

Indicators

Parsing data from http://www.siliconvalleyindicators.org

This project is an attempt to pandas pythonize the entire process of pulling and munging the data used by siliconvalleyindicators and then creating the numerous graphics within siliconvalleyindicators.org. Then perhaps we can consolidate and enable research into this data in different ways.

Set up

You'll need python 3.6 for this application. Check your python version with: python -V

The easiest way to get started is to install Anaconda. This will setup the environment for you for development. Once you launch Anaconda, create a new environment for python 3.6. Then, install jupyter to your environment. Launch the jupyter and test your python scripts there.