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

Add something akin to boolean indexing from Pandas #318

Open tpetricek opened 9 years ago

tpetricek commented 9 years ago

Feedback from Paul:

It would definitely be useful to have similar functionality to python pandas where one can get boolean arrays from predicates (http://pandas.pydata.org/pandas-docs/stable/indexing.html#boolean-indexing), which can also additionally be used to index into frames or series.