Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbeleidy/billionaires_analysis


https://github.com/sbeleidy/billionaires_analysis

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Analyzing The Rich

The Jupyter Notebook is named [Rich Analysis](Rich%20Analysis.ipynb).

## Data

The data is from the [Forbes Billionaires List](http://www.forbes.com/billionaires/list).
You can go to that page, scroll down, select all and copy and paste the data.

## Running Locally

To set up the environment, [install conda](https://www.continuum.io/downloads), if you don't already have it installed,
and then create the environment from the environment.yml file in the repo.

```
conda env create -f environment.yml
```

Then run jupyter notebook and click on the `.ipynb` file:

```
jupyter notebook .
```