Skip to content

Commit

Permalink
Merge pull request #209 from acwooding/more-examples
Browse files Browse the repository at this point in the history
Add generic examples
  • Loading branch information
acwooding authored Dec 13, 2020
2 parents 4d78b57 + f186b1c commit c7b96a0
Show file tree
Hide file tree
Showing 8 changed files with 710 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Add-csv-template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"outputs": [],
"source": [
"%%time\n",
"ds_raw = Dataset.from_catalog(ds_name+\"_raw\")"
"ds_raw = Dataset.from_catalog(ds_name+\"-raw\")"
]
},
{
Expand Down
8 changes: 8 additions & 0 deletions docs/Add-derived-dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,14 @@
"source": [
"ds.data[['date', 'new_confirmed']].plot();"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Check-in the new catalog files\n",
"Finally check in the new catalog files."
]
}
],
"metadata": {
Expand Down
Loading

0 comments on commit c7b96a0

Please sign in to comment.