Skip to content

Convert Datestring to Date object #2

Description

@benco5

When parsing the raw dataframe, convert the incoming datestring (suffix format) to a date object. Something like:

from dateutil import parser

date_string = 'April 19th, 2023'
date = parser.parse(date_string).date()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions