There was an error while loading. Please reload this page.
Running the following works with pandas <=1.3.5 but fails with >1.3.5
from qpython import qconnection with qconnection.QConnection(server, username, port, raw=False) as q: query = f"(0b, 1b, 1b, 0b, 1b)" data = q(query, pandas=True)
Python 3.9 qpython==2.0.0