Deedle icon indicating copy to clipboard operation
Deedle copied to clipboard

Add a few more F# style functions

Open adamklein opened this issue 10 years ago • 2 comments

I think we should reveal all the functions from Series.fs section Accessors and slicing?

  • [ ] Series.before
  • [ ] Series.after
  • [ ] Series.getSubRange

Perhaps analogs for Frame rows?

  • [ ] Frame.rowsBefore
  • [ ] Frame.rowsAfter
  • [ ] Frame.rowsGetSubRange

... etc

[EDIT: only those that I don't think can be represented using natural F# slicing notation.]

adamklein avatar Apr 03 '14 18:04 adamklein

+1 It's irksome to mix |> and member styles at times.

evilpepperman avatar Apr 30 '14 15:04 evilpepperman

This is certainly a planned feature! I'll look into this after we release the next version (it is just adding new functions, so not a breaking change and so it should be easy to add in a minor revision).

tpetricek avatar May 02 '14 16:05 tpetricek