Metadata-Version: 2.1
Name: pydiverse.transform
Version: 0.0.1
Summary: Pipe based dataframe manipulation library that can also transform data on SQL databases
Home-page: https://github.com/pydiverse/pydiverse.transform
Author: QuantCo, Inc.
Author-email: noreply@quantco.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# pydiverse.transform

[![CI](https://github.com/pydiverse/pydiverse.transform/actions/workflows/ci.yml/badge.svg)](https://github.com/pydiverse/pydiverse.transform/actions/workflows/ci.yml)

Pipe based dataframe manipulation library that can also transform data on SQL databases

## Installation

You can install the package in development mode using:

```bash
git clone https://github.com/pydiverse/pydiverse.transform.git
cd pydiverse.transform

# create and activate a fresh environment named pydiverse.transform
# see environment.yml for details
mamba env create
conda activate pydiverse.transform

pre-commit install
pip install --no-build-isolation -e .
```
