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
933 stars 195 forks source link

SortRowsByKey does not work on virtual frame #284

Closed hmansell closed 9 years ago

hmansell commented 9 years ago

Add this to VirtualFrame.fs. Throws exception on SortRowsByKey.

[<Test>]
let ``Can order by index`` () =
  let s1, s2, f1 = createSimpleFrame()
  let f2 = f1.SortRowsByKey()
  f2.RowIndex.IsOrdered |> shouldEqual true