java-timeseries icon indicating copy to clipboard operation
java-timeseries copied to clipboard

How to resample a time series data?

Open savyad opened this issue 4 years ago • 1 comments

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.

savyad avatar Oct 07 '19 17:10 savyad

@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"

signaflo avatar Oct 29 '19 09:10 signaflo