Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedromxavier/bndes
BNDES
https://github.com/pedromxavier/bndes
Last synced: 28 days ago
JSON representation
BNDES
- Host: GitHub
- URL: https://github.com/pedromxavier/bndes
- Owner: pedromxavier
- License: mit
- Created: 2021-08-13T21:52:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T12:46:44.000Z (over 2 years ago)
- Last Synced: 2024-10-15T16:54:48.378Z (2 months ago)
- Language: Jupyter Notebook
- Size: 64 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E se o BNDES fosse um país?
## Carregando os dados
### Linguagem Python
### Executando o código Python
Todas as bibliotecas utilizadas nos exemplos estão no arquivo [requirements.txt](requirements.txt). Recomenda-se o uso de um ambiente virtual:
```
python -m venv .venv
# ative com o ambiente virtual para sua plataforma.
# Eg.: No Windows execute ".\.venv\Scripts\activate"
# no Unix execute "source ./venv/bin/activate"
pip install -r requirements.txt
```Então execute o comando `jupyter notebook` para executar os notebooks.