From e79f4595343ebdeaa710813f9b1532d7232f6f96 Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Mon, 31 Jul 2017 13:07:39 -0500 Subject: [PATCH] fixed exploritory link --- src/templates/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/index.md b/src/templates/index.md index 5392ff9..a6b5098 100644 --- a/src/templates/index.md +++ b/src/templates/index.md @@ -10,7 +10,7 @@ This site is being used for a capability review of various visualization tools, ## Pages -### [Exploritory](/exploritory) +### [Exploritory](/Exploritory) This page is python's bread and butter in data science today. It is able to pull in nearly any type of data set imaginable, transorm, aggregate, and plot very quickly. This page was built using a [jupyter](jupyter.org) notebook. This a very powerful tool that allows us to do interactive reproducible data science with all of our data, agregations, visualizations, and slides all in one place.