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 eafada1 commit 4584366Copy full SHA for 4584366
README.rst
@@ -45,7 +45,7 @@ You can also send Pandas dataframes:
45
'id': pd.Categorical(['toronto1', 'paris3']),
46
'temperature': [20.0, 21.0],
47
'humidity': [0.5, 0.6],
48
- 'timestamp': pd.to_datetime(['2021-01-01', '2021-01-02'])'})
+ 'timestamp': pd.to_datetime(['2021-01-01', '2021-01-02'])})
49
50
with Sender('localhost', 9009) as sender:
51
sender.dataframe(df, table_name='sensors')
0 commit comments