questdb / py-questdb-client

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

Simplify examples by removing server-set timestamps #50

Closed amunra closed 11 months ago

amunra commented 11 months ago

Our examples (https://github.com/questdb/py-questdb-client/tree/main/examples) document usage of ingestion without the at parameter for sender.dataframe and sender.row.

This makes:

Any other clean-up to the examples would be most welcome.