pandasql Library
(Redirected from pandasql)
Jump to navigation
Jump to search
A pandasql Library is a Python library that allows you to query pandas DataFrames using SQL syntax.
- AKA: pandasql Module.
- See: sqldf.
References
2016
- http://github.com/yhat/pandasql
- QUOTE: pandasql allows you to query pandas DataFrames using SQL syntax. It works similarly to sqldf in R. pandasql seeks to provide a more familiar way of manipulating and cleaning data for people new to Python or pandas.