Skip to content

Investigate standardizing on Pandas datetime instead of Numpy datetime #187

@pscheidler

Description

@pscheidler

Brought up in meeting on Feb 25:

It is worth considering using the Pandas date time objects consistently, wherever we currently use a numpy.datetime64.

numpy.datetime64 does not include time zone information. The function to_pandas() has been modified to explicitly use a pandas.DatetimeIndex with TZ info (see pr #184); using a np.datetime64 as a Dataframe index implicitly creates one, anyway.

I'm not sure where np.datetime64 is used, but it should be investigated.

Metadata

Metadata

Assignees

Labels

developmentRelated to development issues (package deployment, project organization, etc.)enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions