Koltin Dataframe Time Series Resampling

Hi,
I’ve been working on kotlin dataframe, and I need a function which is robust for time series resampling, Exactly like pandas.DataFrame.resample

and rolling calculator.

pandas.DataFrame.rolling

Can anyone help me with this.