66This package collects a set of utilities for handling with public databases published by Brazil's DATASUS
77The documentation of how to use PySUS can be found [ here] ( http://pysus.readthedocs.io/en/latest/ )
88
9- If you use PySUS for a publication, please use the bibtex below to cite it:
9+ If you use PySUS for a publication, please use the bibtex below to cite it:
1010``` bibtex
1111@software{flavio_codeco_coelho_2021_4883502,
1212 author = {Flávio Codeço Coelho and
@@ -26,7 +26,6 @@ If you use PySUS for a publication, please use the bibtex below to cite it:
2626
2727## Features
2828
29-
3029- Decode encoded patient age to any time unit (years, months, etc)
3130- Convert ` .dbc ` files to DBF databases or read them into pandas dataframes. DBC files are basically DBFs compressed by a proprietary algorithm.
3231- Read SINAN dbf files returning DataFrames with properly typed columns
@@ -54,8 +53,9 @@ If you use windows, or for some other reason is not able to install PySUS on you
5453First, clone the Pysus repository:
5554
5655``` bash
57- git clone https://github.com/fccoelho/PySUS.git
58- ```
56+ git clone https://github.com/AlertaDengue/PySUS.git
57+ ```
58+
5959then from within the PySUS directory build the container
6060
6161``` bash
@@ -141,7 +141,7 @@ datetime.date(2016, 4, 1)
141141Downloading and reading SINASC data:
142142
143143``` python
144- In[1 ]: from pysus.online_data.sinasc import download
144+ In[1 ]: from pysus.online_data.SINASC import download
145145In[2 ]: df = download(' SE' , 2015 )
146146In[3 ]: df.head()
147147Out[3 ]:
0 commit comments