A module to access data from the Mauro Borges Statistic and Socioeconomic Institute (IMB), Goias - Brazil
Project description
pybdedata - a module to access IMB data
This is a module to access data from IMB (Mauro Borges Statistic and Socioeconomic Institute). Such information can be found at https://painelmunicipal.imb.go.gov.br/ by entering variable code, IBGE code or location IMB code.
Install: pip install pybdedata
Usage:
#Import modules pybde and pandas
import pybdedata.query as bde
import pandas as pd
#Object instance
bdeObj = bde.BDEquery()
#Variables information from Statistics Database of IMB
variables = pd.DataFrame(data=bdeObj.getVariables())
#Variables units information from Statistics Database of IMB
units = pd.DataFrame(data=bdeObj.getUnits())
#Municipalites information from Statistics Database of IMB
location = pd.DataFrame(data=bdeObj.getLocations)
#Access data from Statistics Database of IMB in variables code of 1 and 2.
data = pd.DataFrame(data=bdeObj.getdata(codvarbde='1;2'))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pybdedata-0.0.5.tar.gz.
File metadata
- Download URL: pybdedata-0.0.5.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf0ca15928e72462a8822b491eee3cfea0a649a69d303d2d0e6ac6ddd1390604
|
|
| MD5 |
a97a2b9f63b1aaa10c4f4696c74f7ca4
|
|
| BLAKE2b-256 |
51c7eacdef232a0c8f93bda1f8ce36100cb2ac3cbb50e68b2e211a16ab6670fc
|
File details
Details for the file pybdedata-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pybdedata-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46fddc776f6eaa7e56a71d8f3eadf2ce3001694f463244ac096578744abbdd68
|
|
| MD5 |
45d7117c4bee76c14fa100c82113dc52
|
|
| BLAKE2b-256 |
102ed306c15f6cef541b188555f9a9e5ac087de46be3829c1865fc14d601f473
|