Skip to content

Commit f4e190e

Browse files
committed
Clean notebooks
1 parent bc766df commit f4e190e

File tree

3 files changed

+56
-92
lines changed

3 files changed

+56
-92
lines changed

nbs/03_Data_Analysis_with_Jupyter_and_Python.ipynb

Lines changed: 44 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"cell_type": "code",
25-
"execution_count": 1,
25+
"execution_count": null,
2626
"metadata": {},
2727
"outputs": [],
2828
"source": [
@@ -59,7 +59,7 @@
5959
},
6060
{
6161
"cell_type": "code",
62-
"execution_count": 2,
62+
"execution_count": null,
6363
"metadata": {},
6464
"outputs": [],
6565
"source": [
@@ -84,7 +84,7 @@
8484
},
8585
{
8686
"cell_type": "code",
87-
"execution_count": 3,
87+
"execution_count": null,
8888
"metadata": {},
8989
"outputs": [
9090
{
@@ -194,7 +194,7 @@
194194
"4 3450.0 female 2007 "
195195
]
196196
},
197-
"execution_count": 3,
197+
"execution_count": null,
198198
"metadata": {},
199199
"output_type": "execute_result"
200200
}
@@ -212,7 +212,7 @@
212212
},
213213
{
214214
"cell_type": "code",
215-
"execution_count": 4,
215+
"execution_count": null,
216216
"metadata": {},
217217
"outputs": [
218218
{
@@ -291,7 +291,7 @@
291291
"4 Adelie 36.7 19.3 193.0"
292292
]
293293
},
294-
"execution_count": 4,
294+
"execution_count": null,
295295
"metadata": {},
296296
"output_type": "execute_result"
297297
}
@@ -313,7 +313,7 @@
313313
},
314314
{
315315
"cell_type": "code",
316-
"execution_count": 5,
316+
"execution_count": null,
317317
"metadata": {},
318318
"outputs": [
319319
{
@@ -368,7 +368,7 @@
368368
"271 Gentoo NaN NaN NaN"
369369
]
370370
},
371-
"execution_count": 5,
371+
"execution_count": null,
372372
"metadata": {},
373373
"output_type": "execute_result"
374374
}
@@ -386,7 +386,7 @@
386386
},
387387
{
388388
"cell_type": "code",
389-
"execution_count": 6,
389+
"execution_count": null,
390390
"metadata": {},
391391
"outputs": [
392392
{
@@ -465,7 +465,7 @@
465465
"4 Adelie 39.3 20.6 190.0"
466466
]
467467
},
468-
"execution_count": 6,
468+
"execution_count": null,
469469
"metadata": {},
470470
"output_type": "execute_result"
471471
}
@@ -485,7 +485,7 @@
485485
},
486486
{
487487
"cell_type": "code",
488-
"execution_count": 7,
488+
"execution_count": null,
489489
"metadata": {},
490490
"outputs": [
491491
{
@@ -579,7 +579,7 @@
579579
"max 59.600000 21.500000 231.000000"
580580
]
581581
},
582-
"execution_count": 7,
582+
"execution_count": null,
583583
"metadata": {},
584584
"output_type": "execute_result"
585585
}
@@ -597,7 +597,7 @@
597597
},
598598
{
599599
"cell_type": "code",
600-
"execution_count": 8,
600+
"execution_count": null,
601601
"metadata": {},
602602
"outputs": [
603603
{
@@ -606,7 +606,7 @@
606606
"array(['Adelie', 'Gentoo', 'Chinstrap'], dtype=object)"
607607
]
608608
},
609-
"execution_count": 8,
609+
"execution_count": null,
610610
"metadata": {},
611611
"output_type": "execute_result"
612612
}
@@ -638,7 +638,7 @@
638638
},
639639
{
640640
"cell_type": "code",
641-
"execution_count": 9,
641+
"execution_count": null,
642642
"metadata": {},
643643
"outputs": [
644644
{
@@ -704,7 +704,7 @@
704704
"Gentoo 47.504878 14.982114 217.186992"
705705
]
706706
},
707-
"execution_count": 9,
707+
"execution_count": null,
708708
"metadata": {},
709709
"output_type": "execute_result"
710710
}
@@ -715,7 +715,7 @@
715715
},
716716
{
717717
"cell_type": "code",
718-
"execution_count": 10,
718+
"execution_count": null,
719719
"metadata": {},
720720
"outputs": [
721721
{
@@ -781,7 +781,7 @@
781781
"Gentoo 0.277882 0.088474 0.584731"
782782
]
783783
},
784-
"execution_count": 10,
784+
"execution_count": null,
785785
"metadata": {},
786786
"output_type": "execute_result"
787787
}
@@ -800,7 +800,7 @@
800800
},
801801
{
802802
"cell_type": "code",
803-
"execution_count": 11,
803+
"execution_count": null,
804804
"metadata": {},
805805
"outputs": [
806806
{
@@ -842,7 +842,7 @@
842842
},
843843
{
844844
"cell_type": "code",
845-
"execution_count": 12,
845+
"execution_count": null,
846846
"metadata": {},
847847
"outputs": [
848848
{
@@ -874,7 +874,7 @@
874874
},
875875
{
876876
"cell_type": "code",
877-
"execution_count": 13,
877+
"execution_count": null,
878878
"metadata": {},
879879
"outputs": [
880880
{
@@ -907,7 +907,7 @@
907907
},
908908
{
909909
"cell_type": "code",
910-
"execution_count": 14,
910+
"execution_count": null,
911911
"metadata": {},
912912
"outputs": [
913913
{
@@ -986,7 +986,7 @@
986986
"4 Adelie 39.3 20.6 190.0"
987987
]
988988
},
989-
"execution_count": 14,
989+
"execution_count": null,
990990
"metadata": {},
991991
"output_type": "execute_result"
992992
}
@@ -1005,7 +1005,7 @@
10051005
},
10061006
{
10071007
"cell_type": "code",
1008-
"execution_count": 15,
1008+
"execution_count": null,
10091009
"metadata": {},
10101010
"outputs": [
10111011
{
@@ -1063,7 +1063,7 @@
10631063
},
10641064
{
10651065
"cell_type": "code",
1066-
"execution_count": 16,
1066+
"execution_count": null,
10671067
"metadata": {},
10681068
"outputs": [
10691069
{
@@ -1193,7 +1193,7 @@
11931193
"[342 rows x 4 columns]"
11941194
]
11951195
},
1196-
"execution_count": 16,
1196+
"execution_count": null,
11971197
"metadata": {},
11981198
"output_type": "execute_result"
11991199
}
@@ -1204,7 +1204,7 @@
12041204
},
12051205
{
12061206
"cell_type": "code",
1207-
"execution_count": 17,
1207+
"execution_count": null,
12081208
"metadata": {},
12091209
"outputs": [],
12101210
"source": [
@@ -1218,7 +1218,7 @@
12181218
},
12191219
{
12201220
"cell_type": "code",
1221-
"execution_count": 18,
1221+
"execution_count": null,
12221222
"metadata": {},
12231223
"outputs": [
12241224
{
@@ -1348,7 +1348,7 @@
13481348
"[1026 rows x 4 columns]"
13491349
]
13501350
},
1351-
"execution_count": 18,
1351+
"execution_count": null,
13521352
"metadata": {},
13531353
"output_type": "execute_result"
13541354
}
@@ -1359,16 +1359,16 @@
13591359
},
13601360
{
13611361
"cell_type": "code",
1362-
"execution_count": 19,
1362+
"execution_count": null,
13631363
"metadata": {},
13641364
"outputs": [
13651365
{
13661366
"data": {
13671367
"text/plain": [
1368-
"<seaborn.axisgrid.FacetGrid at 0x10fdec4a0>"
1368+
"<seaborn.axisgrid.FacetGrid>"
13691369
]
13701370
},
1371-
"execution_count": 19,
1371+
"execution_count": null,
13721372
"metadata": {},
13731373
"output_type": "execute_result"
13741374
},
@@ -1415,16 +1415,16 @@
14151415
},
14161416
{
14171417
"cell_type": "code",
1418-
"execution_count": 20,
1418+
"execution_count": null,
14191419
"metadata": {},
14201420
"outputs": [
14211421
{
14221422
"data": {
14231423
"text/plain": [
1424-
"<seaborn.axisgrid.FacetGrid at 0x10fd39280>"
1424+
"<seaborn.axisgrid.FacetGrid>"
14251425
]
14261426
},
1427-
"execution_count": 20,
1427+
"execution_count": null,
14281428
"metadata": {},
14291429
"output_type": "execute_result"
14301430
},
@@ -1473,7 +1473,7 @@
14731473
},
14741474
{
14751475
"cell_type": "code",
1476-
"execution_count": 21,
1476+
"execution_count": null,
14771477
"metadata": {},
14781478
"outputs": [
14791479
{
@@ -1510,7 +1510,7 @@
15101510
},
15111511
{
15121512
"cell_type": "code",
1513-
"execution_count": 22,
1513+
"execution_count": null,
15141514
"metadata": {},
15151515
"outputs": [
15161516
{
@@ -1547,7 +1547,7 @@
15471547
},
15481548
{
15491549
"cell_type": "code",
1550-
"execution_count": 23,
1550+
"execution_count": null,
15511551
"metadata": {},
15521552
"outputs": [
15531553
{
@@ -1582,7 +1582,7 @@
15821582
},
15831583
{
15841584
"cell_type": "code",
1585-
"execution_count": 24,
1585+
"execution_count": null,
15861586
"metadata": {},
15871587
"outputs": [
15881588
{
@@ -1591,7 +1591,7 @@
15911591
"['bill_depth_mm', 'bill_length_mm', 'flipper_length_mm', 'body_mass_g']"
15921592
]
15931593
},
1594-
"execution_count": 24,
1594+
"execution_count": null,
15951595
"metadata": {},
15961596
"output_type": "execute_result"
15971597
}
@@ -1605,7 +1605,7 @@
16051605
},
16061606
{
16071607
"cell_type": "code",
1608-
"execution_count": 25,
1608+
"execution_count": null,
16091609
"metadata": {},
16101610
"outputs": [],
16111611
"source": [
@@ -1615,7 +1615,7 @@
16151615
},
16161616
{
16171617
"cell_type": "code",
1618-
"execution_count": 26,
1618+
"execution_count": null,
16191619
"metadata": {},
16201620
"outputs": [
16211621
{
@@ -1655,7 +1655,7 @@
16551655
},
16561656
{
16571657
"cell_type": "code",
1658-
"execution_count": 27,
1658+
"execution_count": null,
16591659
"metadata": {},
16601660
"outputs": [],
16611661
"source": [
@@ -1691,21 +1691,9 @@
16911691
],
16921692
"metadata": {
16931693
"kernelspec": {
1694-
"display_name": "Python 3 (ipykernel)",
1694+
"display_name": "python3",
16951695
"language": "python",
16961696
"name": "python3"
1697-
},
1698-
"language_info": {
1699-
"codemirror_mode": {
1700-
"name": "ipython",
1701-
"version": 3
1702-
},
1703-
"file_extension": ".py",
1704-
"mimetype": "text/x-python",
1705-
"name": "python",
1706-
"nbconvert_exporter": "python",
1707-
"pygments_lexer": "ipython3",
1708-
"version": "3.12.3"
17091697
}
17101698
},
17111699
"nbformat": 4,

0 commit comments

Comments
 (0)