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 c2b014c commit e452117
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion en/practical1/practical1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,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 en/practical2/practical2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,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
2 changes: 1 addition & 1 deletion fr/TP1/tp1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,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 fr/TP2/tp2.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 e452117

Please sign in to comment.