Skip to content

nokia/pandas-extras

Repository files navigation

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.