Investigate standardizing on Pandas datetime instead of Numpy datetime #187
Labels
development
Related to development issues (package deployment, project organization, etc.)
enhancement
New feature or request
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 functionto_pandas()
has been modified to explicitly use apandas.DatetimeIndex
with TZ info (see pr #184); using anp.datetime64
as a Dataframe index implicitly creates one, anyway.I'm not sure where
np.datetime64
is used, but it should be investigated.The text was updated successfully, but these errors were encountered: