https://github.com/boliveirageo/pybdedata
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.6%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: boliveirageo
- License: mit
- Language: Python
- Default Branch: main
- Size: 11.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
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'))
Owner
- Login: boliveirageo
- Kind: user
- Repositories: 1
- Profile: https://github.com/boliveirageo
GitHub Events
Total
Last Year
Packages
- Total packages: 1
-
Total downloads:
- pypi 14 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
pypi.org: pybdedata
A module to access data from the Mauro Borges Statistic and Socioeconomic Institute (IMB), Goias - Brazil
- Homepage: https://github.com/boliveirageo/pybdedata
- Documentation: https://pybdedata.readthedocs.io/
- License: MIT License
-
Latest release: 0.0.5
published over 1 year ago
Rankings
Dependent packages count: 10.6%
Average: 35.0%
Dependent repos count: 59.4%
Maintainers (1)
Last synced:
7 months ago
Dependencies
setup.py
pypi
- requests *