Skip to content

Conversation

@jbrockmendel
Copy link
Member

No description provided.

"""
cdef:
int64_t[:] out
Py_ssize_t i, l
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we even need this routine any longer? (e.g. just call localize_dt64arr_to_period in the caller)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

# ----------------------------------------------------------------------

cpdef resolution(const int64_t[:] stamps, tz=None):
def resolution(const int64_t[:] stamps, tz=None):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not called in cython anylonger?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if it ever was

@jreback jreback added the Period Period data type label May 27, 2020
@jreback jreback added this to the 1.1 milestone May 27, 2020
@jreback jreback merged commit 7c5246c into pandas-dev:master May 27, 2020
@jbrockmendel jbrockmendel deleted the cln-tslibs-0525 branch May 27, 2020 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Period Period data type

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants