Skip to content

Commit 2fa8e29

Browse files
authored
Update sender.rst (#94)
1 parent 6500cbe commit 2fa8e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sender.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The sender also supports TLS and authentication.
3838
'amount': [0.00044, 0.001],
3939
'timestamp': pd.to_datetime(['2021-01-01', '2021-01-02'])})
4040
41-
sensor.dataframe('trades', df, at='timestamp')
41+
sender.dataframe(df, table_name='trades', at='timestamp')
4242
4343
The ``Sender`` object holds an internal buffer which will be flushed and sent
4444
at when the ``with`` block ends.

0 commit comments

Comments
 (0)