From d83cda6bb535b80bf06f694ade02dc7389c38c71 Mon Sep 17 00:00:00 2001 From: Elizabeth Wickes Date: Mon, 29 Oct 2018 15:19:07 -0500 Subject: [PATCH] adding youtube video --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e012471..f11dafb 100644 --- a/readme.md +++ b/readme.md @@ -4,15 +4,25 @@ This is a tool created as a project for the Spring 2016 GSLIS Data Cleaning cour The products of this tool will sit somewhere between auto-documentaiton and data profiling. +## PyData presentation + +This tool was presented at PyData Chicago 2016. Talk recording: https://www.youtube.com/watch?v=Hb7nvHbwNAw&t=4s + ## Basic purpose Point the tool at a folder of files and it will create a markdown file with basic statistics about each column along with template areas for you to write a narrative about each column. You can then render that into HTML or simply include it in your data package as documentation. +## Python 3 is in progress + +`data_profilepy3.py` is the version updated for python 3 and contains the most up to date code. Has the same use. + +Consider the python 2 version deprecated. + ## Core caveats Still mostly a proof of concept. -Path issues for windows. +Path issues for windows. This was hopefully fixed. Unknown bugs.