From 02403b3c042358b1b793aef7ccc46d07621bbfd5 Mon Sep 17 00:00:00 2001 From: vigneshRajakumar Date: Sun, 29 Nov 2020 01:59:24 -0500 Subject: [PATCH] Add name to eda file --- src/eda_wine.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/eda_wine.py b/src/eda_wine.py index 82de22a..4ec64fc 100644 --- a/src/eda_wine.py +++ b/src/eda_wine.py @@ -1,6 +1,9 @@ #!/usr/bin/env/ python # -*- coding: utf-8 -*- +# author: Vignesh Lashmi Rajakumar +# date: 2020-11-26 + """Generate EDA plot images and tables for the wine quality analysis. This is based on the data at: https://archive.ics.uci.edu/ml/datasets/Wine+Quality. Usage: eda_wine.py --datafile= --out=