Metadata-Version: 2.1
Name: pandas-toolkit
Version: 0.1.2
Summary: A collection of pandas accessors to help with common machine/deep learning related functionality.
Home-page: https://github.com/asmith26/pandas_toolkit.git
Author: asmith26
License: Apache-2.0
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: dm-haiku
Requires-Dist: jax
Requires-Dist: jaxlib
Requires-Dist: jax-toolkit
Requires-Dist: pandas
Requires-Dist: scikit-learn
Provides-Extra: streamz
Requires-Dist: hvplot ; extra == 'streamz'
Requires-Dist: streamz ; extra == 'streamz'

# pandas_toolkit

A collection of pandas accessors to help with common machine/deep learning related functionality.

[Documentation](https://asmith26.github.io/pandas_toolkit/), [PyPi](https://pypi.org/project/pandas-toolkit/)

## Installation

```bash
pip install pandas_toolkit
```

Or for additional interactive neural network learning plots:

```bash
pip install pandas_toolkit[streamz]
```


