Partition, I guess, would turn a dataset into a sequence of datasets - with the similar semantics and arguments to clojure.core/partition
partition-by is a little less clear to me, perhaps the function would get passed the map-like rows, and then split when that function starts returning a different value?
Partition, I guess, would turn a dataset into a sequence of datasets - with the similar semantics and arguments to
clojure.core/partition
partition-by
is a little less clear to me, perhaps the function would get passed the map-like rows, and then split when that function starts returning a different value?