You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pandas-to-sql

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pandas-to-sql

Convert pandas dataframe manipulations to sql query string

0.0.546
pipPyPI
Maintainers
1

pandas-to-sql

intro

Convert pandas DataFrame manipulations to sql query string.

Tests

Publish to PyPI

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/*

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts