-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README file
- Loading branch information
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |