Skip to content

Commit

Permalink
Solution of Assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
AammarTufail committed Aug 5, 2022
1 parent a064b0e commit 8d50545
Show file tree
Hide file tree
Showing 6 changed files with 1,922 additions and 8 deletions.
11 changes: 8 additions & 3 deletions 02_pandas_tips&tricks/Excercises/07_grouping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3.9.7 ('base')",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -137,7 +137,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.16"
"version": "3.9.7"
},
"vscode": {
"interpreter": {
"hash": "9b9ced3d0af0cb92224640680f81aa3cf99730ecb34e6382d788e77830a0b6a6"
}
}
},
"nbformat": 4,
Expand Down
11 changes: 8 additions & 3 deletions 02_pandas_tips&tricks/Excercises/08_grouping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3.9.7 ('base')",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -147,7 +147,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.11"
"version": "3.9.7"
},
"vscode": {
"interpreter": {
"hash": "9b9ced3d0af0cb92224640680f81aa3cf99730ecb34e6382d788e77830a0b6a6"
}
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.9.7 ('base')",
"language": "python",
"name": "python3"
},
Expand All @@ -1932,7 +1932,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.9.7"
},
"toc": {
"base_numbering": 1,
Expand All @@ -1946,6 +1946,11 @@
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
},
"vscode": {
"interpreter": {
"hash": "9b9ced3d0af0cb92224640680f81aa3cf99730ecb34e6382d788e77830a0b6a6"
}
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 8d50545

Please sign in to comment.