Skip to content

Commit

Permalink
Update code changes related to new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsamuelwrites committed Jun 1, 2023
1 parent b7b1a9d commit b60ad65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TP2/tp2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
"metadata": {},
"outputs": [],
"source": [
"from pandas.io.json import json_normalize\n",
"from pandas import json_normalize\n",
"import pandas as pd\n",
"import json\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion TP3/tp3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"metadata": {},
"outputs": [],
"source": [
"from pandas.io.json import json_normalize\n",
"from pandas import json_normalize\n",
"import pandas as pd\n",
"import json\n",
"import math\n",
Expand Down

0 comments on commit b60ad65

Please sign in to comment.