Skip to content

Commit 93ad344

Browse files
authored
Update README.md
Update README file
1 parent 9494a45 commit 93ad344

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# data-analysis-with-python
2-
Basic course of data analysis (and a little bit more) using Python
1+
# Basic course of data analysis (and a little bit more) using Python.
2+
This repo is my humble contribution to put some useful information that I have gathered while working with Python and data analysis.
3+
4+
# Section 1
5+
Introduction to Python: installation, programming structure, main packages, and Integrated Development Environment (IDE).
6+
7+
# Section 2
8+
Exploratory Data Analysis (EDA)
9+
10+
# Section 3
11+
Data visualization
12+
13+
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/)
14+
15+
# Section 4
16+
Machine learning models
17+
18+
# License
19+
Please see the [`LICENSE`](https://github.com/datejada/data-analysis-with-python/blob/master/LICENSE) file

0 commit comments

Comments
 (0)