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

Add Frame.dropSparseRowsBy #404

Closed sebhofer closed 5 years ago

sebhofer commented 5 years ago

Adds dropSparesRowsBy column functionality. This should make it easier for users to deal with missing values in specific columns, e.g., before grouping by those columns (as suggested by @tpetricek in #380).

zyzhu commented 5 years ago

Thanks for the new function. It will be very handy to use. Could you add some unit tests under Deedle.Tests\Frame.fs, similar to the current tests of Frame.dropSparseRows?

sebhofer commented 5 years ago

Sure, will try to do so later today.

zyzhu commented 5 years ago

Looks good to me! Thanks.