Skip to content

Commit 392e3b9

Browse files
authored
Update dataset.clj docstring to include :disable-na-as-missing? (#411)
Documents the [recently added](#399) `:disable-na-as-missing?` flag in the `->dataset` options.
1 parent 545ea04 commit 392e3b9

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)