Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README file
  • Loading branch information
datejada authored Jun 3, 2020
1 parent 9494a45 commit 93ad344
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 93ad344

Please sign in to comment.