py-questdb-client
py-questdb-client copied to clipboard
Python client for QuestDB InfluxDB Line Protocol
When calling `sender.flush()`, is it possible to use an asynchronous approach?
Dear Maintainers, Thanks for the amazing project! I wanted to evaluate this database for some quant work, and I see that questdb python client is not available on conda-forge. Could...
It's common to use a `datetime64[ns]` `df.index` in Pandas when dealing with timeseries. In such case our API should just be: ```python buffer.dataframe(df, table_name="some_name") ``` This means changing the default...
Changed examples to use the trades dataset. Examples are now consistent with the QuestDB docs
Puts link to forum in place of SO and Slack.
Hi, I have a big issue when using the QDB python script to save a pd.DataFrame which has the same schema each time, but I don't know what the schema...
Whenever a cast error is correctly detected like below: ``` questdb.ingress.IngressError: Could not flush buffer: failed to parse line protocol:errors encountered on line(s): error in line 5: table: ems, column:...