questdb / py-questdb-client

Python client for QuestDB InfluxDB Line Protocol
https://py-questdb-client.readthedocs.io
Apache License 2.0
49 stars 7 forks source link

feat: support arrow large utf8 string format #63

Closed nwoolmer closed 4 months ago

nwoolmer commented 4 months ago

Fixes compatibility issue with pandas 2.2.0, which changed pyarrow[string] from short utf8 to long utf8 format.