Skip to content

Commit bab80eb

Browse files
committed
Merge branch 'master' of github.com:techascent/tech.ml.dataset
2 parents 4b09b85 + 392e3b9 commit bab80eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tech/v3/dataset.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
- `:disable-comment-skipping?` - As default, the `#` character is recognised as a
7474
line comment when found in the beginning of a line of text in a CSV file,
7575
and the row will be ignored. Set `true` to disable this behavior.
76+
- `:disable-na-as-missing?` - As default, the string \"NA\" is (case-insensitively)
77+
parsed as `nil`. Set `false` to disable this behavior.
7678
- `:max-chars-per-column` - Defaults to 4096. Columns with more characters that this
7779
will result in an exception.
7880
- `:max-num-columns` - Defaults to 8192. CSV,TSV files with more columns than this

0 commit comments

Comments
 (0)