Skip to content

Commit

Permalink
Merge pull request #7 from cnuernber/CalderBot-patch-2
Browse files Browse the repository at this point in the history
Update column.cljs
  • Loading branch information
cnuernber authored Mar 10, 2023
2 parents 9cb8e6f + 7765a72 commit 5f370c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tech/v3/dataset/impl/column.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
buf-nth
(if numeric?
(fn [n]
(if (.has missing )
(if (.has missing n)
##NaN
(buf-nth n)))
(fn [n]
Expand Down

0 comments on commit 5f370c9

Please sign in to comment.