Skip to content

[C++] Add pairwise_diff function #35786

@js8544

Description

@js8544

Describe the enhancement requested

Similar to pandas' Series.Diff, the pairwise_diff function computes the first order difference of an array, i.e. output[i] = input[i] - input[i-period] where period is configurable.

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions