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
936 stars 195 forks source link

Sync & clean up the C# extension method API #207

Open tpetricek opened 10 years ago

tpetricek commented 10 years ago

The C# extension method API currently does not expose all functions that are available via the F# modules (Series and Frame). We should make sure that all functionality is also exposed in C#-friendly way.

tpetricek commented 10 years ago

In particular, the windowing and chunking functions are not exposed. We can use some overloading to reduce the number of methods exposed, but I think that (for understanding purposes), it might be good to keep: