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
924 stars 196 forks source link

Remove duplicated sum function in FrameExtensions #515

Closed zyzhu closed 3 years ago

zyzhu commented 3 years ago

Fix #514

There is a redundant sum function remaining in FrameExtensions. After adding sum to FrameStatsExtensions, this ambiguous case comes up. But there was no test cases to capture that. This shall be fixed now.