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

Relax value type in FilterRowsBy #492

Closed zyzhu closed 4 years ago

zyzhu commented 4 years ago

Fix #491 equality constraint caused unnecessary boxing of value. Also added test case.