You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying the downloaded ChEMBL database, the following message pops up. Not critical, we might want to consider looking into it
UserWarning: pandas only supports SQLAlchemy connectable (engine/connection) or database string URI or sqlite3 DBAPI2 connection. Other DBAPI2 objects are not tested. Please consider using SQLAlchemy.
df = sqlio.read_sql_query(sql, conn)
The text was updated successfully, but these errors were encountered:
When querying the downloaded ChEMBL database, the following message pops up. Not critical, we might want to consider looking into it
The text was updated successfully, but these errors were encountered: