The goal this analysis is to obtain insights on the data of brazilian candidates to federal/state legislator at 2014
This project was divided in two main folders:
- data: all available data
- notebook: all notebooks used on this project
|-- README.md
|
|-- data
| |-- candidates.csv
|-- notebooks
| |-- analysis.ipynb
|
`-- requirements.txt
This analysis was made using Python 3.7.
$ git clone https://github.com/julianyraiol/analysis-of-brazilian-candidates-2014.git
$ cd analise-candidatos-deputados-2014
Then install the requirements using pip:
$ pip install -r requirements.txt
In a terminal or command window, inside the project, run one of the following commands:
$ cd analysis-of-brazilian-candidates-2014
$ jupyter notebook
The data is available on this kaggle page.