Skip to content

Commit 4584366

Browse files
authored
remove extra ' (#48)
1 parent eafada1 commit 4584366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can also send Pandas dataframes:
4545
'id': pd.Categorical(['toronto1', 'paris3']),
4646
'temperature': [20.0, 21.0],
4747
'humidity': [0.5, 0.6],
48-
'timestamp': pd.to_datetime(['2021-01-01', '2021-01-02'])'})
48+
'timestamp': pd.to_datetime(['2021-01-01', '2021-01-02'])})
4949
5050
with Sender('localhost', 9009) as sender:
5151
sender.dataframe(df, table_name='sensors')

0 commit comments

Comments
 (0)