Skip to content

Commit ff69d9a

Browse files
committed
Update README.md with new content
1 parent 285a286 commit ff69d9a

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

README.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
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
1+
# Introduction to Python (and a little bit more)
2+
Hey there! This is a repository that I created to help you start learning Python and data analysis. It's filled with useful information that I'm sure you'll find helpful. Each file has a brief description of its main topic, so you can easily find what you're looking for. Let me know if you have any questions or need any help!
3+
4+
- [01-Intro2Python-bases.ipynb](01-Intro2Python-bases.ipynb): Introduction to Python basics.
5+
- [02-Intro2Python-pandas.ipynb](02-Intro2Python-pandas.ipynb): Introduction to using pandas library in Python.
6+
- [03-Intro2Python-viz](03-Intro2Python-viz): Introduction to data visualization in Python.
7+
- [04-Intro2Python-bucles.ipynb](04-Intro2Python-bucles.ipynb): Introduction to loops in Python.
8+
- [05-Intro2Python-ExtraMaterial1.ipynb](05-Intro2Python-ExtraMaterial1.ipynb): Time series analysis using pandas.
9+
- [06-Intro2Python-ExtraMaterial2.ipynb](06-Intro2Python-ExtraMaterial2.ipynb): Merge function in pandas.
10+
- [07-Intro2Python-ExtraMaterial3.ipynb](07-Intro2Python-ExtraMaterial3.ipynb): More advanced visualizations.

0 commit comments

Comments
 (0)