pybdedata


Namepybdedata JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/boliveirageo/pybdedata
SummaryA module to access data from the Mauro Borges Statistic and Socioeconomic Institute (IMB), Goias - Brazil
upload_time2024-08-02 16:51:26
maintainerNone
docs_urlNone
authorBernard Silva de Oliveira
requires_pythonNone
licenseMIT License
keywords statistics data imb mauro borges brazil
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## 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'))

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/boliveirageo/pybdedata",
    "name": "pybdedata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "statistics, data, IMB, Mauro Borges, Brazil",
    "author": "Bernard Silva de Oliveira",
    "author_email": "bernard.oliveira@goias.gov.br",
    "download_url": "https://files.pythonhosted.org/packages/51/c7/eacdef232a0c8f93bda1f8ce36100cb2ac3cbb50e68b2e211a16ab6670fc/pybdedata-0.0.5.tar.gz",
    "platform": null,
    "description": "## pybdedata - a module to access IMB data\n\n\n\nThis is a module to access data from IMB (Mauro Borges Statistic and Socioeconomic Institute). Such information\ncan be found at https://painelmunicipal.imb.go.gov.br/ by entering variable code, IBGE code or location IMB code.\n\nInstall: pip install pybdedata \n\n Usage:\n\n      #Import modules pybde and pandas\n      import pybdedata.query as bde \n      import pandas as pd\n      \n      #Object instance\n      bdeObj = bde.BDEquery()\n      \n      #Variables information from Statistics Database of IMB \n      variables = pd.DataFrame(data=bdeObj.getVariables())\n      \n      #Variables units information from Statistics Database of IMB\n      units = pd.DataFrame(data=bdeObj.getUnits())\n      \n      #Municipalites information from Statistics Database of IMB\n      location = pd.DataFrame(data=bdeObj.getLocations)\n      \n      #Access data from Statistics Database of IMB in variables code of 1 and 2.\n      data = pd.DataFrame(data=bdeObj.getdata(codvarbde='1;2'))\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A module to access data from the Mauro Borges Statistic and Socioeconomic Institute (IMB), Goias - Brazil",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/boliveirageo/pybdedata"
    },
    "split_keywords": [
        "statistics",
        " data",
        " imb",
        " mauro borges",
        " brazil"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "102ed306c15f6cef541b188555f9a9e5ac087de46be3829c1865fc14d601f473",
                "md5": "45d7117c4bee76c14fa100c82113dc52",
                "sha256": "46fddc776f6eaa7e56a71d8f3eadf2ce3001694f463244ac096578744abbdd68"
            },
            "downloads": -1,
            "filename": "pybdedata-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45d7117c4bee76c14fa100c82113dc52",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4617,
            "upload_time": "2024-08-02T16:51:25",
            "upload_time_iso_8601": "2024-08-02T16:51:25.111677Z",
            "url": "https://files.pythonhosted.org/packages/10/2e/d306c15f6cef541b188555f9a9e5ac087de46be3829c1865fc14d601f473/pybdedata-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51c7eacdef232a0c8f93bda1f8ce36100cb2ac3cbb50e68b2e211a16ab6670fc",
                "md5": "a97a2b9f63b1aaa10c4f4696c74f7ca4",
                "sha256": "cf0ca15928e72462a8822b491eee3cfea0a649a69d303d2d0e6ac6ddd1390604"
            },
            "downloads": -1,
            "filename": "pybdedata-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a97a2b9f63b1aaa10c4f4696c74f7ca4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4370,
            "upload_time": "2024-08-02T16:51:26",
            "upload_time_iso_8601": "2024-08-02T16:51:26.526287Z",
            "url": "https://files.pythonhosted.org/packages/51/c7/eacdef232a0c8f93bda1f8ce36100cb2ac3cbb50e68b2e211a16ab6670fc/pybdedata-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-02 16:51:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "boliveirageo",
    "github_project": "pybdedata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pybdedata"
}
        
Elapsed time: 1.29694s