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.