Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • PyPI
  • Socket score

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc