Extension package for the popular Pandas library
The package can be installed through pip:
$ pip install pandas-extrasThe 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)This project is licensed under the BSD-3-Clause license - see the LICENSE.