https://github.com/nokia/pandas-extras
Extension package for the popular Pandas library
https://github.com/nokia/pandas-extras
pandas pandas-dataframe pandas-library
Last synced: 11 months ago
JSON representation
Extension package for the popular Pandas library
- Host: GitHub
- URL: https://github.com/nokia/pandas-extras
- Owner: nokia
- License: bsd-3-clause
- Created: 2019-04-08T08:00:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T14:58:27.000Z (over 5 years ago)
- Last Synced: 2025-07-06T11:39:51.116Z (12 months ago)
- Topics: pandas, pandas-dataframe, pandas-library
- Language: Python
- Homepage: https://pandas-extras.readthedocs.io/en/stable/
- Size: 53.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# pandas-extras


[](https://pandas-extras.readthedocs.io/en/latest/?badge=latest)
Extension package for the popular Pandas library
# Installation
The package can be installed through pip:
```console
$ pip install pandas-extras
```
# Usage
The package contains helper function that are best called with the `pipe` operator of `DataFrame`.
```python
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](https://github.com/nokia/pandas-extras/blob/master/LICENSE).