Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahammadshawki8/playing-with-pandas

🐼 Pandas is one of my favourite library in python. It is well-known for "Analyzing" data. Learn basics and beyond the basics of Pandas from this repository. 🤍🖤
https://github.com/ahammadshawki8/playing-with-pandas

beginner-friendly data-analysis favourite-library pandas python

Last synced: 13 days ago
JSON representation

🐼 Pandas is one of my favourite library in python. It is well-known for "Analyzing" data. Learn basics and beyond the basics of Pandas from this repository. 🤍🖤

Awesome Lists containing this project

README

        

![Poster](https://github.com/ahammadshawki8/Playing-With-Pandas/blob/master/pandas.jpg)

# _Pandas is my favourite library in Python_
pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. It is free software released under the three-clause BSD license.
After learning the stuffs in this repository, coders will have a basic knowledge about data analyzing in Pandas. They will also learn how to analyze real world data which will be very helpful for their project.

# _Materials that helped me to learn data analysis in Pandas:_

* The official documentation - https://pandas.pydata.org/pandas-docs/stable/getting_started/tutorials.html

Books:
1. Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython (Wes McKinney)
https://www.amazon.com/Python-Data-Analysis-Wrangling-IPython/dp/1491957662

Video Tutorials:
1. Keith Galli (@KeithGalli) - https://www.youtube.com/channel/UCq6XkhO5SZ66N04IcPbqNcw
2. Corey Schafer (@CoreyMSchafer) - https://www.youtube.com/user/schafer5
3. Data School (@justmarkham) - https://www.youtube.com/user/dataschool

# _License_
Details can be found in [LICENSE](https://github.com/ahammadshawki8/Playing-With-Pandas/blob/master/LICENSE)