We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6500cbe commit 2fa8e29Copy full SHA for 2fa8e29
docs/sender.rst
@@ -38,7 +38,7 @@ The sender also supports TLS and authentication.
38
'amount': [0.00044, 0.001],
39
'timestamp': pd.to_datetime(['2021-01-01', '2021-01-02'])})
40
41
- sensor.dataframe('trades', df, at='timestamp')
+ sender.dataframe(df, table_name='trades', at='timestamp')
42
43
The ``Sender`` object holds an internal buffer which will be flushed and sent
44
at when the ``with`` block ends.
0 commit comments