ParallelDataCollection.parse_date
static coinmetrics._data_collection.ParallelDataCollection.parse_date(date_input)Last updated
Was this helpful?
static coinmetrics._data_collection.ParallelDataCollection.parse_date(date_input)Parses a datetime object or datetime string into a datetime object. Datetime string must be a valid ISO 8601 format. Timezone aware objects are converted to UTC :param date_input: Union[datetime, date, str] date to parse into datetime :return: datetime
Returns:
Last updated
Was this helpful?
Was this helpful?