Python Forum
SQL statements with python pandas - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: SQL statements with python pandas (/thread-20862.html)



SQL statements with python pandas - Johnse - Sep-03-2019

Hello,

Is there a way to create SQL statements with
python pandas without installing any python packages ?

For example with pandasql

We need to install it with
pip install pandasql.

If there isn’t how can I install this package
on Spyder ? Thanks