Skip to content

Series vs. TimeSeries methods #1992

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

Closed
jseabold opened this issue Sep 29, 2012 · 2 comments
Closed

Series vs. TimeSeries methods #1992

jseabold opened this issue Sep 29, 2012 · 2 comments
Labels
Datetime Datetime data dtype Ideas Long-Term Enhancement Discussions

Comments

@jseabold
Copy link
Contributor

Just looking at a few of these after PR #1991. Should autocorr and autocov be methods of TimeSeries rather than Series since not all Series are going to be TimeSeries? Maybe at least head in this direction?

@wesm
Copy link
Member

wesm commented Jan 19, 2013

There might be cases where the data is a "time series" but the index is not necessarily of the right type (suppose it's integer time stamps of some kind). I'm honestly less and less thrilled about the existence of the TimeSeries data type at all

@jreback
Copy link
Contributor

jreback commented Sep 21, 2013

#3482 got rid of the distinct type

@jreback jreback closed this as completed Sep 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datetime Datetime data dtype Ideas Long-Term Enhancement Discussions
Projects
None yet
Development

No branches or pull requests

3 participants