Skip to content

support datetime[us] #104

@nwoolmer

Description

@nwoolmer

Repro:

https://github.com/questdb/py-questdb-client/tree/nw_datetime_us

from questdb.ingress import Sender, TimestampNanos
import pandas as pd


df = pd.DataFrame({'x': [1,2,3]})
df['timestamp'] = pd.Timestamp.now()

with Sender.from_conf("http::addr=localhost:9000;") as sender:
    sender.dataframe(df, table_name='abcd', at='timestamp')
questdb.ingress.IngressError: Unsupported dtype datetime64[us] for column 'timestamp'. Raise an issue if you think it should be supported

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions