Skip to content

Windowed operations (rolling average, etc.) #95

Open
@cvb941

Description

@cvb941

Hello,

Kotlin offers the windowed function over iterables to create sub-lists of items along the data. This function can be used to calculate various metrics, such as moving averages and more.

Is this use case somehow supported in dataframe right now? Is it considered? It would be great to have a pretty way (even less tricky than using windowed), to quickly calculate moving averages, or any other more advanced functions which use rolling windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestresearchThis requires a deeper dive to gather a better understanding

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions