From 30afa57f0ab847937bb0c4871caa16acdac1f83a Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 29 Jan 2017 10:55:02 -0600 Subject: [PATCH 1/2] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..968950d --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# 15min_WomensMarch +15 minute explore of the womens march dataset from data.explore + +This is my first 15 minute data explore, and 15 minutes flys by very quickly. I was able to gain a bit of an understanding of the dataset, but not able to do much analysis at this point. + +There were issues with state column that I could not work out within the 15 minute limit, I will look for a package that may allow me to do this in the future. I believe there was one mentioned on talk python to me. From 291d5f81deec97a2a8b59dd2039c62977fc2986c Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 29 Jan 2017 10:56:23 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 968950d..5f69cbe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 15min_WomensMarch 15 minute explore of the womens march dataset from data.explore +Check out the resulting [notebook](https://github.com/WaylonWalker/15min_WomensMarch/blob/master/Womens%20March.ipynb) + This is my first 15 minute data explore, and 15 minutes flys by very quickly. I was able to gain a bit of an understanding of the dataset, but not able to do much analysis at this point. There were issues with state column that I could not work out within the 15 minute limit, I will look for a package that may allow me to do this in the future. I believe there was one mentioned on talk python to me.