IpeaData
Pacote para obter dados do IpeaData baseado em https://github.com/ipea/pyIpeaData. Não consegui contato com o autor original, então criei esse projeto separado.
Install
pip install pyIpeaData
Use
Importar pacote
import pyIpeaData as ipea
Obter dados de uma série
ipea.get_serie('ADMIS')
Listar séries disponÃveis
ipea.get_metadados()
Obter informações sobre uma série (usar campo SERCODIGO)
ipea.get_metadados('ADMIS')
Listar Temas das séries
ipea.get_temas()
Obter informações sobre um Tema (usar campo TEMCODIGO)
ipea.get_temas(28) #Agropecuária
Listar Páises das séries
ipea.get_paises()
Obter informações sobre um Pais (usar campo PAICODIGO)
ipea.get_paises('BRA') #Brasil
Listar Territórios das séries
ipea.get_territorios()
Obter informações sobre um Território (usar campo TERCODIGO e NIVNOME)
ipea.get_territorios('1100015','MunicÃpios') #Alta Floresta D'Oeste
Listar Fontes das séries
ipea.get_fontes()
API Ipea Data
Release files for pyIpeaData 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyIpeaData-0.0.1.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyIpeaData-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / pyIpeaData-0.0.1.tar.gz
| Download URL | pyIpeaData-0.0.1.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1481c5a7558d124e7bcdfb6cf9f3de25c0bdc42635895ccc4965107336565501
|
|
BLAKE2b-256 checksum How to use checksums |
534cdc4015ee14ab32e83a6a4a2648ea7d7b363108d478bcb9ffaf0ae6fd143f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
|
Release files / pyIpeaData-0.0.1-py3-none-any.whl
| Download URL | pyIpeaData-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c54434a5f22ce4595d82449289ce24ceb814e8b9c64a804ee6cc0535109130b9
|
|
BLAKE2b-256 checksum How to use checksums |
6785222f2037e5743b7b195b47707da3ca342a98df86f6c8817eca65e8774688
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
|