Skip to content

iThalay/pydiverse.transform

 
 

Repository files navigation

pydiverse.transform

tests

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

Installation

To install the package locally in development mode, you first have to install Poetry. After that, install pydiverse transform like this:

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

# Create the environment, activate it and install the pre-commit hooks
poetry install --with=dev
poetry shell
pre-commit install

Testing

After installation, you should be able to run:

poetry run pytest

Packaging

For publishing with poetry to pypi, see: https://www.digitalocean.com/community/tutorials/how-to-publish-python-packages-to-pypi-using-poetry-on-ubuntu-22-04

Packages are first released on test.pypi.org:

Finally, they are published via:

  • git tag <version>
  • git push --tags
  • poetry publish

Conda-forge packages are updated via:

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%