Sort rows by key on construction. Off by default — pond requires rows
in non-decreasing key order and throws otherwise. Set true when
ingesting unsorted data (messy CSVs, merged sources) rather than
pre-sorting yourself. The sort is stable, so rows with equal keys keep
their input order. (This is what TimeSeries.fromEvents does
unconditionally; sort brings the same convenience to the row
constructor.)
Sort
rowsby key on construction. Off by default — pond requires rows in non-decreasing key order and throws otherwise. Settruewhen ingesting unsorted data (messy CSVs, merged sources) rather than pre-sorting yourself. The sort is stable, so rows with equal keys keep their input order. (This is whatTimeSeries.fromEventsdoes unconditionally;sortbrings the same convenience to the row constructor.)