Skip to content

Support datetime.datetime (in general support standard lib types) #4

@joro-enbw

Description

@joro-enbw
now = datetime.datetime.now()
table[ table["date"]< now]

Does not work, a np.datetime64 is required.

now = datetime.datetime.now()
table[ table["date"]< np.datetime64(now)]

getml should in general support standard python library types such as datetime.datetime

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions