Skip to content

Commit 10583f8

Browse files
committed
Faster non-caching iteration of the ds columns.
1 parent b9420da commit 10583f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:exec-fn codox.main/-main
1515
:exec-args {:group-id "techascent"
1616
:artifact-id "tech.ml.dataset"
17-
:version "7.049"
17+
:version "7.050-SNAPSHOT"
1818
:name "TMD"
1919
:description "A Clojure high performance data processing system"
2020
:metadata {:doc/format :markdown}

src/tech/v3/libs/arrow.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ Dependent block frames are not supported!!")
11731173
(dtype/set-constant! -1))
11741174
(dtype/->byte-array))
11751175
nodes-buffs-lens
1176-
(->> (ds-base/columns dataset)
1176+
(->> (.values ^Map dataset)
11771177
(hamf/pmap (fn [col]
11781178
(let [col-missing (ds-proto/missing col)
11791179
n-missing (dtype/ecount col-missing)

0 commit comments

Comments
 (0)