Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Mar 8, 2022
1 parent d938ca4 commit eea1281
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"metadata": {},
"outputs": [],
"source": [
"info.to_hdf(results_path / 'data.h5', 'stocks/info')"
"df.to_hdf(results_path / 'data.h5', 'stocks/info')"
]
},
{
Expand Down Expand Up @@ -377,7 +377,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -391,7 +391,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.8.12"
},
"toc": {
"base_numbering": 1,
Expand Down

0 comments on commit eea1281

Please sign in to comment.