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

FilterRowsBy doesn't work properly witch C# #491

Closed liugaocn closed 4 years ago

liugaocn commented 4 years ago

I don't know why it doesn't work.

Firstly, I load my csv as df. df.FilterRowsBy<string, string, Decimal>("TCGA-DD-AACD-01", 0).Print(); It only prints the columnkeys, no rows at all. testdata.xlsx

zyzhu commented 4 years ago

2.1.1 is released with the fix. Try it.