Skip to content

Commit

Permalink
Update README.md with new content
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada committed Jan 13, 2024
1 parent 285a286 commit ff69d9a
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# 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
# Introduction to Python (and a little bit more)
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!

- [01-Intro2Python-bases.ipynb](01-Intro2Python-bases.ipynb): Introduction to Python basics.
- [02-Intro2Python-pandas.ipynb](02-Intro2Python-pandas.ipynb): Introduction to using pandas library in Python.
- [03-Intro2Python-viz](03-Intro2Python-viz): Introduction to data visualization in Python.
- [04-Intro2Python-bucles.ipynb](04-Intro2Python-bucles.ipynb): Introduction to loops in Python.
- [05-Intro2Python-ExtraMaterial1.ipynb](05-Intro2Python-ExtraMaterial1.ipynb): Time series analysis using pandas.
- [06-Intro2Python-ExtraMaterial2.ipynb](06-Intro2Python-ExtraMaterial2.ipynb): Merge function in pandas.
- [07-Intro2Python-ExtraMaterial3.ipynb](07-Intro2Python-ExtraMaterial3.ipynb): More advanced visualizations.

0 comments on commit ff69d9a

Please sign in to comment.