pandas-extras

Extension package for the popular Pandas library


Keywords
pandas, data, analysis, transformation, pandas-dataframe, pandas-library
License
BSD-3-Clause
Install
pip install pandas-extras==0.0.6

Documentation

pandas-extras

Lint Tests Documentation Status

Extension package for the popular Pandas library

Installation

The package can be installed through pip:

$ pip install pandas-extras

Usage

The package contains helper function that are best called with the pipe operator of DataFrame.

from pandas_extras import expand_lists

df = DataFrame(...)
df.pipe(expand_lists, *args, **kwargs)

License

This project is licensed under the BSD-3-Clause license - see the LICENSE.