Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Started the implementation of fetching the population estimates from … #192

Closed
wants to merge 3 commits into from

Conversation

fccoelho
Copy link
Collaborator

The basic implementation is there using the class FTP.Database to represent the resources.

The access function get_populations has been put in the IBGE module

@fccoelho fccoelho linked an issue Mar 30, 2024 that may be closed by this pull request
testing passing for sources POPTCU and projpop
@fccoelho
Copy link
Collaborator Author

One interesting comment: at least for the POPTCU dataset, the zip files include 3 versions of the data: a dbf, a csv and an XML file. So we can simply keep the CSV and dump the rest

luabida added a commit to luabida/PySUS that referenced this pull request Apr 10, 2024
luabida added a commit that referenced this pull request Apr 16, 2024
* Started the implementation of fetching the population estimates from DATASUS

* Added missing path

* Fixed many bugs.
testing passing for sources POPTCU and projpop

* feat(IBGE): continue work of #192

* fix get_files from IBGEDATASUS

* finish get_population

* clean & update a the worflows

* fix tests

---------

Co-authored-by: Flávio Codeço Coelho <fccoelho@gmail.com>
@luabida luabida closed this Apr 16, 2024
@luabida luabida deleted the 191-feature-population-per-stateyear-on-ibge branch April 16, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Population per state/year on IBGE
2 participants