AlertaDengue / PySUS

Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
GNU General Public License v3.0
173 stars 68 forks source link

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

Closed fccoelho closed 4 months ago

fccoelho commented 5 months ago

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 commented 5 months ago

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