Skip to content

pandas parsing failed with pandas >1.3.5 #82

Description

@robinsedman

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions