Skip to content

REF: add Tick and BaseOffset to tslibs namespace #34963

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 24, 2020

Conversation

jbrockmendel
Copy link
Member

Update imports appropriately.

@@ -7,10 +7,12 @@

from pandas._libs import algos, lib
from pandas._libs.tslibs import (
BaseOffset,
Copy link
Contributor

Choose a reason for hiding this comment

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

don't we need to make BaseOffset a cpdef class? its cdef only now

Copy link
Member Author

Choose a reason for hiding this comment

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

No; im not sure cpdef class is a thing.

@jreback jreback added Clean Frequency DateOffsets labels Jun 24, 2020
@jreback jreback added this to the 1.1 milestone Jun 24, 2020
@jreback jreback merged commit cdea41e into pandas-dev:master Jun 24, 2020
@jbrockmendel jbrockmendel deleted the ref-tslibs-offset-tick branch June 24, 2020 22:25
fangchenli pushed a commit to fangchenli/pandas that referenced this pull request Jun 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants