Closed newskooler closed 1 year ago
Using
with Sender('localhost', 9009) as sender:
sender.dataframe(df, table_name='my_table', at='timestamp')
and making sure that the column is of type datetime64[ns] or datetime64[ns, tz] column.
solved the problem
I'm glad you figured it out :-)
I am saving a
pd.DataFrame
where one of the columns is namedtimestamp
.I save it in the following way:
The result in QDB is the following: Note how the
timestamp
column is wrongly inputted in QDB for some reason.