Skip to content

Commit

Permalink
Merge branch 'master' into cuducos-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Dec 11, 2017
2 parents 2fb85a9 + 936050a commit c68fea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We have `plenty of them <https://github.com/datasciencebr/serenata-de-amor/blob/
print(dataset) # and you'll see a long list of datasets!
# and let's download one of them
datasets.downloader.download('2016-12-06-reibursements.xz') # yay, you've just downloaded this dataset to data/
datasets.downloader.download('2016-12-06-reimbursements.xz') # yay, you've just downloaded this dataset to data/
# you can also get the most recent version of all datasets:
latest = list(datasets.downloader.LATEST)
Expand All @@ -70,7 +70,7 @@ If the last example doesn't look that simple, there are some fancy shortcuts ava
.. code:: python
from serenata_toolbox.datasets import fetch, fetch_latest_backup
fetch('2016-12-06-reibursements.xz', 'data/')
fetch('2016-12-06-reimbursements.xz', 'data/')
fetch_latest_backup( 'data/') # yep, we've just did exactly the same thing
Example 3: Generating datasets
Expand Down

0 comments on commit c68fea5

Please sign in to comment.