Last updated:
0 purchases
pandastosql 0.0.546
pandas-to-sql
intro
Convert pandas DataFrame manipulations to sql query string.
Here is an Example Notebook
Installation
pip install pandas-to=sql
Development
run example
python example_runner.py
tests
pytest ./pandas_to_sql
environment
conda env create -f environment.yml --prefix ./env
conda activate ./env
conda env update --prefix ./env -f environment.yml
conda remove --prefix ./env --all
new release
python setup.py sdist bdist_wheel
python -m twine upload --repository pypi --skip-existing dist/*
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.