Skip to content

Commit

Permalink
Fix Invalid JSON Errors - Ipython Notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
thisizkp committed Sep 23, 2015
1 parent d65da18 commit faf9f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch02.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
"collapsed": false,
"input": [
"import pandas as pd\n",
"import os\n"
"import os\n",
"encoding = 'latin1'\n",
"\n",
"upath = os.path.expanduser('ch02/movielens/users.dat')\n",
Expand Down Expand Up @@ -1153,7 +1153,7 @@
"collapsed": false,
"input": [
"subtable = table.reindex(columns=[1910, 1960, 2010], level='year')\n",
"subtable.head()\n",
"subtable.head()\n"
],
"language": "python",
"metadata": {},
Expand Down

0 comments on commit faf9f48

Please sign in to comment.