Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.
Pythonista 3.4 pandas error
-
Hello,
i get this panda error:
/var/containers/Bundle/Application/872E2289-CF4B-43A6-BA49-E163FB9FA4F0/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/pandas/io/sql.py:763: UserWarning: pandas only support SQLAlchemy connectable(engine/connection) ordatabase string URI or sqlite3 DBAPI2 connectionother DBAPI2 objects are not tested, please consider using SQLAlchemy warnings.warn(
I'm using
import mysql.connector
for the connection didn't panda support this ?