Skip to content

Commit

Permalink
Update lesson3-rossman.ipynb
Browse files Browse the repository at this point in the history
Fix a non existing parameter for `pd.read_feather`
  • Loading branch information
EKami authored Jan 1, 2018
1 parent 7a44008 commit 111a827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courses/dl1/lesson3-rossman.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,7 @@
}
],
"source": [
"df = pd.read_feather(f'{PATH}df', index_col=0)"
"df = pd.read_feather(f'{PATH}df')"
]
},
{
Expand Down

0 comments on commit 111a827

Please sign in to comment.