From b6e669065372ad8f423c58aa1ee4e228f27bcb19 Mon Sep 17 00:00:00 2001 From: Upendra Kumar Devisetty Date: Tue, 19 Feb 2019 10:53:10 -0700 Subject: [PATCH 1/6] Create requirements.txt --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5d56fdd --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pandas +matplotlib From 2de6ecbf4d42d3b09f9288b2ee24bbb2e21f49c0 Mon Sep 17 00:00:00 2001 From: Upendra Kumar Devisetty Date: Tue, 19 Feb 2019 10:55:08 -0700 Subject: [PATCH 2/6] Added mybinder button --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04b965d..c867a82 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This tutorial was presented by [Kevin Markham](http://www.dataschool.io/about/) The tutorial code is available as a [Jupyter notebook](tutorial.ipynb). The notebook includes 4 additional exercises that were not covered during the tutorial. +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/upendrak/pycon-2018-tutorial/master) + ## Videos ([playlist](https://www.youtube.com/playlist?list=PL5-da3qGB5IBITZj_dYSFqnd_15JgqwA6)) 1. [Introducing the dataset](https://www.youtube.com/watch?v=hl-TGI4550M&list=PL5-da3qGB5IBITZj_dYSFqnd_15JgqwA6&index=1) (19:40) From f424a3bafdf7707f4e6ee2135fcb4dd114a1d530 Mon Sep 17 00:00:00 2001 From: Upendra Kumar Devisetty Date: Tue, 19 Feb 2019 11:01:25 -0700 Subject: [PATCH 3/6] Update pandas version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d56fdd..3dd6b09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pandas +pandas==0.22.0 matplotlib From 569ea1e35757cc73e2a418f0714b52ff21e9c9ed Mon Sep 17 00:00:00 2001 From: Upendra Kumar Devisetty Date: Tue, 19 Feb 2019 11:02:56 -0700 Subject: [PATCH 4/6] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c867a82..772d206 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ This tutorial was presented by [Kevin Markham](http://www.dataschool.io/about/) ## Jupyter notebook -The tutorial code is available as a [Jupyter notebook](tutorial.ipynb). The notebook includes 4 additional exercises that were not covered during the tutorial. - -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/upendrak/pycon-2018-tutorial/master) +The tutorial code is available as a static notebook [Jupyter notebook](tutorial.ipynb) or interactive by clicking this [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/upendrak/pycon-2018-tutorial/master). The notebook includes 4 additional exercises that were not covered during the tutorial. ## Videos ([playlist](https://www.youtube.com/playlist?list=PL5-da3qGB5IBITZj_dYSFqnd_15JgqwA6)) From 72741a4456daf46afbcc46139803b310ed9edef5 Mon Sep 17 00:00:00 2001 From: Upendra Kumar Devisetty Date: Tue, 19 Feb 2019 11:19:06 -0700 Subject: [PATCH 5/6] Added numpy --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 3dd6b09..7937639 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pandas==0.22.0 matplotlib +numpy From 46b51391a627d5070ed748c4ca410066fd0d5a8b Mon Sep 17 00:00:00 2001 From: Upendra Kumar Devisetty Date: Tue, 19 Feb 2019 11:19:39 -0700 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 772d206..4922e4e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This tutorial was presented by [Kevin Markham](http://www.dataschool.io/about/) ## Jupyter notebook -The tutorial code is available as a static notebook [Jupyter notebook](tutorial.ipynb) or interactive by clicking this [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/upendrak/pycon-2018-tutorial/master). The notebook includes 4 additional exercises that were not covered during the tutorial. +The tutorial code is available as a static notebook [Jupyter notebook](tutorial.ipynb) or as an interactive notebook by clicking this [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/upendrak/pycon-2018-tutorial/master). The notebook includes 4 additional exercises that were not covered during the tutorial. ## Videos ([playlist](https://www.youtube.com/playlist?list=PL5-da3qGB5IBITZj_dYSFqnd_15JgqwA6))