fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
939 stars 197 forks source link

resampleUniformInto missing in C# #295

Closed AndreaCuneo closed 5 years ago

AndreaCuneo commented 9 years ago

The C# interface is lacking an overload that implement the corresponding functionality of the F# resampleUniformInto.

If you can provide guidance (sample with another function), I'll be happy to send a patch.

filmor commented 9 years ago

Isn't this done already?

zyzhu commented 5 years ago

Close the issue as implementation already exists in https://github.com/fslaborg/Deedle/blob/4f1be1fbeb85ad11ed9a096cbf027c5708ba31ee/src/Deedle/SeriesExtensions.fs#L548