Hands-on Pandas: Python Data Analysis Library

Python Language is the powerhouse of the modules and libraries which are simple to install and easy to learn and use. One of those libraries is pandas.
The moment we step into the data world, the pandas library is just there to handle huge data, do manipulation, and help to find meaningful insights from the data, and that too, in a matter of seconds.

Pandas is a powerful and easy-to-use data analysis and manipulation library in Python.
The following things are explained along with the code shown below:
- Series
- DataFrame
- Data Analysis on sample sales CSV file using pandas
Please find the code as well as the sample CSV used for data analysis here.
https://github.com/itsvaishnavi/pandas_in_detail
Thanks for reading:)