Socket
Socket
Sign inDemoInstall

pandas-to-sql

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pandas-to-sql

Convert pandas dataframe manipulations to sql query string


Maintainers
1

Readme

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc