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

How to resample a time series data? #39

Open
savyad opened this issue Oct 7, 2019 · 1 comment
Open

How to resample a time series data? #39

savyad opened this issue Oct 7, 2019 · 1 comment

Comments

@savyad
Copy link

savyad commented Oct 7, 2019

Hi there i got a time series data,which i want to resample by given time interval by two methods i.e by close and average.
is there any possibility that we can achieve this like we have functionality in python pandas

dataframe.resample('3T',howto=mean)

if it is possible then how to,and if not is there any suggestions.

@signaflo
Copy link
Owner

@savyad , I'm not sure if this is currently possible. There is an interpolation package in the math module and an aggregation method in the TimeSeries class. I have not had to deal with resampling of time series data in my past work, so I'm labeling this as "Investigation Needed"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants