Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbeleidy/billionaires_analysis
https://github.com/sbeleidy/billionaires_analysis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbeleidy/billionaires_analysis
- Owner: sbeleidy
- Created: 2017-01-03T07:24:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T05:45:49.000Z (about 8 years ago)
- Last Synced: 2024-11-07T01:46:01.660Z (3 months ago)
- Language: Jupyter Notebook
- Size: 10.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```