Skip to content

Commit 288e282

Browse files
committed
Added another demonstration
1 parent 36b2eee commit 288e282

8 files changed

+2930
-259
lines changed

01-drastically-different-time-series.ipynb

Lines changed: 237 additions & 120 deletions
Large diffs are not rendered by default.

02-bar chart as an effective alternative to a pie chart.ipynb

Lines changed: 75 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"execution_count": 1,
2020
"metadata": {
2121
"ExecuteTime": {
22-
"end_time": "2018-04-30T04:15:03.597252Z",
23-
"start_time": "2018-04-30T04:15:02.974945Z"
22+
"end_time": "2018-06-18T09:52:33.021588Z",
23+
"start_time": "2018-06-18T09:52:32.349251Z"
2424
}
2525
},
2626
"outputs": [],
@@ -37,8 +37,8 @@
3737
"execution_count": 2,
3838
"metadata": {
3939
"ExecuteTime": {
40-
"end_time": "2018-04-30T04:15:03.692675Z",
41-
"start_time": "2018-04-30T04:15:03.599498Z"
40+
"end_time": "2018-06-18T09:54:57.239023Z",
41+
"start_time": "2018-06-18T09:54:57.126480Z"
4242
}
4343
},
4444
"outputs": [
@@ -292,8 +292,8 @@
292292
"execution_count": 3,
293293
"metadata": {
294294
"ExecuteTime": {
295-
"end_time": "2018-04-30T04:15:03.697423Z",
296-
"start_time": "2018-04-30T04:15:03.694604Z"
295+
"end_time": "2018-06-18T09:55:01.718181Z",
296+
"start_time": "2018-06-18T09:55:01.715904Z"
297297
}
298298
},
299299
"outputs": [],
@@ -303,11 +303,11 @@
303303
},
304304
{
305305
"cell_type": "code",
306-
"execution_count": 4,
306+
"execution_count": 5,
307307
"metadata": {
308308
"ExecuteTime": {
309-
"end_time": "2018-04-30T04:15:03.728355Z",
310-
"start_time": "2018-04-30T04:15:03.699263Z"
309+
"end_time": "2018-06-18T09:55:14.558986Z",
310+
"start_time": "2018-06-18T09:55:14.526995Z"
311311
}
312312
},
313313
"outputs": [],
@@ -323,11 +323,11 @@
323323
},
324324
{
325325
"cell_type": "code",
326-
"execution_count": 5,
326+
"execution_count": 6,
327327
"metadata": {
328328
"ExecuteTime": {
329-
"end_time": "2018-04-30T04:16:01.420746Z",
330-
"start_time": "2018-04-30T04:16:01.412689Z"
329+
"end_time": "2018-06-18T09:55:15.395866Z",
330+
"start_time": "2018-06-18T09:55:15.382242Z"
331331
}
332332
},
333333
"outputs": [
@@ -355,7 +355,7 @@
355355
"Name: genre, dtype: int64"
356356
]
357357
},
358-
"execution_count": 5,
358+
"execution_count": 6,
359359
"metadata": {},
360360
"output_type": "execute_result"
361361
}
@@ -367,11 +367,11 @@
367367
},
368368
{
369369
"cell_type": "code",
370-
"execution_count": 6,
370+
"execution_count": 7,
371371
"metadata": {
372372
"ExecuteTime": {
373-
"end_time": "2018-04-30T04:16:02.136322Z",
374-
"start_time": "2018-04-30T04:16:02.029085Z"
373+
"end_time": "2018-06-18T09:55:35.932972Z",
374+
"start_time": "2018-06-18T09:55:35.677652Z"
375375
}
376376
},
377377
"outputs": [
@@ -381,7 +381,7 @@
381381
"Text(0.5,1,\"Please don't\")"
382382
]
383383
},
384-
"execution_count": 6,
384+
"execution_count": 7,
385385
"metadata": {},
386386
"output_type": "execute_result"
387387
},
@@ -404,11 +404,11 @@
404404
},
405405
{
406406
"cell_type": "code",
407-
"execution_count": 7,
407+
"execution_count": 9,
408408
"metadata": {
409409
"ExecuteTime": {
410-
"end_time": "2018-04-30T04:16:03.333731Z",
411-
"start_time": "2018-04-30T04:16:03.226001Z"
410+
"end_time": "2018-06-18T09:57:45.064858Z",
411+
"start_time": "2018-06-18T09:57:44.972511Z"
412412
}
413413
},
414414
"outputs": [
@@ -418,7 +418,7 @@
418418
"Text(0.5,1,\"Still don't\")"
419419
]
420420
},
421-
"execution_count": 7,
421+
"execution_count": 9,
422422
"metadata": {},
423423
"output_type": "execute_result"
424424
},
@@ -442,16 +442,21 @@
442442
},
443443
{
444444
"cell_type": "code",
445-
"execution_count": 8,
446-
"metadata": {},
445+
"execution_count": 10,
446+
"metadata": {
447+
"ExecuteTime": {
448+
"end_time": "2018-06-18T09:57:46.874069Z",
449+
"start_time": "2018-06-18T09:57:46.494822Z"
450+
}
451+
},
447452
"outputs": [
448453
{
449454
"data": {
450455
"text/plain": [
451-
"<matplotlib.axes._subplots.AxesSubplot at 0x10c16a780>"
456+
"<matplotlib.axes._subplots.AxesSubplot at 0x1107c9a20>"
452457
]
453458
},
454-
"execution_count": 8,
459+
"execution_count": 10,
455460
"metadata": {},
456461
"output_type": "execute_result"
457462
},
@@ -474,16 +479,21 @@
474479
},
475480
{
476481
"cell_type": "code",
477-
"execution_count": 9,
478-
"metadata": {},
482+
"execution_count": 11,
483+
"metadata": {
484+
"ExecuteTime": {
485+
"end_time": "2018-06-18T09:59:06.708903Z",
486+
"start_time": "2018-06-18T09:59:06.310147Z"
487+
}
488+
},
479489
"outputs": [
480490
{
481491
"data": {
482492
"text/plain": [
483-
"<matplotlib.axes._subplots.AxesSubplot at 0x10c2e67b8>"
493+
"<matplotlib.axes._subplots.AxesSubplot at 0x11090b5f8>"
484494
]
485495
},
486-
"execution_count": 9,
496+
"execution_count": 11,
487497
"metadata": {},
488498
"output_type": "execute_result"
489499
},
@@ -507,8 +517,13 @@
507517
},
508518
{
509519
"cell_type": "code",
510-
"execution_count": 10,
511-
"metadata": {},
520+
"execution_count": 13,
521+
"metadata": {
522+
"ExecuteTime": {
523+
"end_time": "2018-06-18T10:00:33.370554Z",
524+
"start_time": "2018-06-18T10:00:32.933875Z"
525+
}
526+
},
512527
"outputs": [
513528
{
514529
"data": {
@@ -546,8 +561,13 @@
546561
},
547562
{
548563
"cell_type": "code",
549-
"execution_count": 11,
550-
"metadata": {},
564+
"execution_count": 14,
565+
"metadata": {
566+
"ExecuteTime": {
567+
"end_time": "2018-06-18T10:00:35.226292Z",
568+
"start_time": "2018-06-18T10:00:34.882440Z"
569+
}
570+
},
551571
"outputs": [
552572
{
553573
"data": {
@@ -581,11 +601,11 @@
581601
},
582602
{
583603
"cell_type": "code",
584-
"execution_count": 12,
604+
"execution_count": 15,
585605
"metadata": {
586606
"ExecuteTime": {
587-
"end_time": "2018-04-30T04:16:15.113757Z",
588-
"start_time": "2018-04-30T04:16:14.955416Z"
607+
"end_time": "2018-06-18T10:01:52.061300Z",
608+
"start_time": "2018-06-18T10:01:51.658057Z"
589609
}
590610
},
591611
"outputs": [
@@ -623,11 +643,11 @@
623643
},
624644
{
625645
"cell_type": "code",
626-
"execution_count": 13,
646+
"execution_count": 16,
627647
"metadata": {
628648
"ExecuteTime": {
629-
"end_time": "2018-01-08T12:47:15.350460Z",
630-
"start_time": "2018-01-08T12:47:15.285183Z"
649+
"end_time": "2018-06-18T10:03:02.445324Z",
650+
"start_time": "2018-06-18T10:03:02.382850Z"
631651
}
632652
},
633653
"outputs": [
@@ -694,7 +714,7 @@
694714
"Other 627"
695715
]
696716
},
697-
"execution_count": 13,
717+
"execution_count": 16,
698718
"metadata": {},
699719
"output_type": "execute_result"
700720
}
@@ -710,11 +730,11 @@
710730
},
711731
{
712732
"cell_type": "code",
713-
"execution_count": 14,
733+
"execution_count": 17,
714734
"metadata": {
715735
"ExecuteTime": {
716-
"end_time": "2018-01-08T12:47:22.159289Z",
717-
"start_time": "2018-01-08T12:47:22.024081Z"
736+
"end_time": "2018-06-18T10:03:23.758621Z",
737+
"start_time": "2018-06-18T10:03:23.647353Z"
718738
}
719739
},
720740
"outputs": [
@@ -744,11 +764,11 @@
744764
},
745765
{
746766
"cell_type": "code",
747-
"execution_count": 15,
767+
"execution_count": 18,
748768
"metadata": {
749769
"ExecuteTime": {
750-
"end_time": "2018-01-08T12:47:25.987663Z",
751-
"start_time": "2018-01-08T12:47:25.982938Z"
770+
"end_time": "2018-06-18T10:04:46.573523Z",
771+
"start_time": "2018-06-18T10:04:46.568097Z"
752772
}
753773
},
754774
"outputs": [],
@@ -758,11 +778,11 @@
758778
},
759779
{
760780
"cell_type": "code",
761-
"execution_count": 16,
781+
"execution_count": 20,
762782
"metadata": {
763783
"ExecuteTime": {
764-
"end_time": "2018-01-08T12:57:55.880156Z",
765-
"start_time": "2018-01-08T12:57:55.684775Z"
784+
"end_time": "2018-06-18T10:06:40.040922Z",
785+
"start_time": "2018-06-18T10:06:39.891502Z"
766786
}
767787
},
768788
"outputs": [
@@ -814,11 +834,11 @@
814834
},
815835
{
816836
"cell_type": "code",
817-
"execution_count": 17,
837+
"execution_count": 22,
818838
"metadata": {
819839
"ExecuteTime": {
820-
"end_time": "2018-01-08T13:00:26.413653Z",
821-
"start_time": "2018-01-08T13:00:26.242863Z"
840+
"end_time": "2018-06-18T10:08:20.961811Z",
841+
"start_time": "2018-06-18T10:08:20.832911Z"
822842
}
823843
},
824844
"outputs": [
@@ -872,11 +892,11 @@
872892
},
873893
{
874894
"cell_type": "code",
875-
"execution_count": 18,
895+
"execution_count": 23,
876896
"metadata": {
877897
"ExecuteTime": {
878-
"end_time": "2018-01-08T13:00:33.834385Z",
879-
"start_time": "2018-01-08T13:00:33.584002Z"
898+
"end_time": "2018-06-18T10:08:24.277508Z",
899+
"start_time": "2018-06-18T10:08:24.147044Z"
880900
}
881901
},
882902
"outputs": [

0 commit comments

Comments
 (0)