Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ax-va/pandas-paskhaver-2021

Learning Pandas by examples from the book "Pandas in Action" by Boris Paskhaver published by Manning Publications in 2021.
https://github.com/ax-va/pandas-paskhaver-2021

ax-va data-science pandas python

Last synced: about 18 hours ago
JSON representation

Learning Pandas by examples from the book "Pandas in Action" by Boris Paskhaver published by Manning Publications in 2021.

Awesome Lists containing this project

README

        

# Pandas-Paskhaver-2021

Learning Pandas by examples from the book *"Pandas in Action"* by Boris Paskhaver published by *Manning Publications* in 2021.

The examples cover the following topics:
- filtering
- working with text data
- multiindexing
- reshaping
- grouping
- merging
- working with dates and times
- importing data from and exporting data in CSV, JSON, and Excel files
- configuring Pandas
- visualization by Matplotlib

My environment was Python 3.8 with NumPy 1.22.4 and Pandas 1.4.2. Additionally, xlrd 2.0.1 and openpyxl 3.0.10 were used for working with Excel workbooks, Matplotlib 3.6.1 for visualization, and Faker 15.1.1 for generating data.

## Original GitHub by Boris Paskhaver:
https://github.com/paskhaver/pandas-in-action