Skip to content

pandas parsing failed with pandas >1.3.5 #82

@robinsedman

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

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