From 93ad3447a4395ef5d964ceb32cd94ee86eec5231 Mon Sep 17 00:00:00 2001 From: Diego Alejandro Tejada Arango Date: Wed, 3 Jun 2020 13:57:19 +0200 Subject: [PATCH] Update README.md Update README file --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe9f7d4..cb9651c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# data-analysis-with-python -Basic course of data analysis (and a little bit more) using Python +# Basic course of data analysis (and a little bit more) using Python. +This repo is my humble contribution to put some useful information that I have gathered while working with Python and data analysis. + +# Section 1 +Introduction to Python: installation, programming structure, main packages, and Integrated Development Environment (IDE). + +# Section 2 +Exploratory Data Analysis (EDA) + +# Section 3 +Data visualization + +Sometimes it's tricky to choose the right graph to display your data. I like the guide in [data-to-viz](https://www.data-to-viz.com/) + +# Section 4 +Machine learning models + +# License +Please see the [`LICENSE`](https://github.com/datejada/data-analysis-with-python/blob/master/LICENSE) file