Skip to main content

Extension package for the popular Pandas library

Project description

# pandas-extras
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)
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pandas-extras-0.0.1.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

pandas_extras-0.0.1-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page