Skip to content

Commit 8d63ae1

Browse files
authored
Merge pull request #208 from anapaulagomes/readme-clean-up
Corrige inconsistências no README
2 parents 008a4bb + 929370e commit 8d63ae1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This package collects a set of utilities for handling with public databases published by Brazil's DATASUS
77
The 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
5453
First, 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+
5959
then from within the PySUS directory build the container
6060

6161
```bash
@@ -141,7 +141,7 @@ datetime.date(2016, 4, 1)
141141
Downloading 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
145145
In[2]: df = download('SE', 2015)
146146
In[3]: df.head()
147147
Out[3]:

0 commit comments

Comments
 (0)