This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#load "C:/tomas/public/deedle/bin/deedle.fsx" | |
open Deedle | |
let ``,`` () = | |
series [0 => 0.0] |> Stats.sum |> ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<doc> | |
<assembly><name>Deedle</name></assembly> | |
<members> | |
<member name="M:Deedle.Aggregation.WindowWhile``1(System.Func{``0,``0,System.Boolean})"> | |
<summary> | |
Aggregate data into floating windows where each window ends as soon | |
as the specified function returns `false` when called with the | |
first key and the current key as arguments. |