-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
API/ENH: allow Period to be a first-class type via a PeriodBlockinternal type #7964
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
Labels
API Design
Enhancement
Internals
Related to non-user accessible pandas implementation
Period
Period data type
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API Design
Enhancement
Internals
Related to non-user accessible pandas implementation
Period
Period data type
Instead of having a represenation of an array of
Period
objects (object dtype) in a Series/DataFrame. Allow an internal type ofPeriodBlock
to represent, similary toDatetimeBlock
.Here is a usecase. The following would be very simple if
to_period(...)
returned aPeriodIndex
The text was updated successfully, but these errors were encountered: