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

Fix bug in Frame.tryValues #359

Closed tpetricek closed 6 years ago

tpetricek commented 7 years ago

The bug was reported on StackOverflow. I think the TryValuesHelper must have been public, but when it became inner class, the method was no longer public and so this started failing.

It is a minor fix, but I'm happy to publish a new release...