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

Allow custom comparator for Lookup #323

Open adamklein opened 8 years ago

adamklein commented 8 years ago

For instance, suppose we have a series of strings, and we want to do a case-insensitive lookup. How can we achieve this?