Skip to content

Commit 830bcdf

Browse files
committed
Run all with Python 3.8.3
1 parent a14584a commit 830bcdf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

02-intro-to-pandas-part-2-slides.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,12 +1756,12 @@
17561756
"name": "stderr",
17571757
"output_type": "stream",
17581758
"text": [
1759-
"/Users/daniel/miniconda3/envs/progwd/lib/python3.7/site-packages/ipykernel_launcher.py:1: SettingWithCopyWarning: \n",
1759+
"<ipython-input-21-369c4b9c97aa>:1: SettingWithCopyWarning: \n",
17601760
"A value is trying to be set on a copy of a slice from a DataFrame.\n",
17611761
"Try using .loc[row_indexer,col_indexer] = value instead\n",
17621762
"\n",
17631763
"See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
1764-
" \"\"\"Entry point for launching an IPython kernel.\n"
1764+
" df1b_view['close'] = 5000\n"
17651765
]
17661766
}
17671767
],
@@ -2641,7 +2641,7 @@
26412641
"name": "python",
26422642
"nbconvert_exporter": "python",
26432643
"pygments_lexer": "ipython3",
2644-
"version": "3.7.7"
2644+
"version": "3.8.3"
26452645
},
26462646
"toc": {
26472647
"base_numbering": 1,

03-group-apply-slides.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@
18871887
"name": "python",
18881888
"nbconvert_exporter": "python",
18891889
"pygments_lexer": "ipython3",
1890-
"version": "3.7.7"
1890+
"version": "3.8.3"
18911891
},
18921892
"toc": {
18931893
"base_numbering": 1,

04-time-series-slides.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@
12841284
"name": "python",
12851285
"nbconvert_exporter": "python",
12861286
"pygments_lexer": "ipython3",
1287-
"version": "3.7.7"
1287+
"version": "3.8.3"
12881288
},
12891289
"toc": {
12901290
"base_numbering": 1,

05-merge-pivot-slides.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2526,7 +2526,7 @@
25262526
"name": "python",
25272527
"nbconvert_exporter": "python",
25282528
"pygments_lexer": "ipython3",
2529-
"version": "3.7.7"
2529+
"version": "3.8.3"
25302530
},
25312531
"toc": {
25322532
"base_numbering": 1,

06-advanced-merge-reshape-slides.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@
14241424
"name": "python",
14251425
"nbconvert_exporter": "python",
14261426
"pygments_lexer": "ipython3",
1427-
"version": "3.7.7"
1427+
"version": "3.8.3"
14281428
},
14291429
"toc": {
14301430
"base_numbering": 1,

0 commit comments

Comments
 (0)