Skip to content
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

Create TimePeriodSeries #63

Open
carlculator opened this issue Jul 28, 2022 · 0 comments
Open

Create TimePeriodSeries #63

carlculator opened this issue Jul 28, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@carlculator
Copy link
Owner

Create a new subclass of BaseTimeSeries called TimeperiodSeries to model series' of values that relate to periods of time (start, end) rather than points in time.

Consider using the pandas.PeriodIndex for the internal series model. However, it may lead to problems with the time zone, since the pandas.PeriodIndex does not support time zones.

@carlculator carlculator added enhancement New feature or request help wanted Extra attention is needed labels Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant