We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b09b85 + 392e3b9 commit bab80ebCopy full SHA for bab80eb
src/tech/v3/dataset.clj
@@ -73,6 +73,8 @@
73
- `:disable-comment-skipping?` - As default, the `#` character is recognised as a
74
line comment when found in the beginning of a line of text in a CSV file,
75
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.
78
- `:max-chars-per-column` - Defaults to 4096. Columns with more characters that this
79
will result in an exception.
80
- `:max-num-columns` - Defaults to 8192. CSV,TSV files with more columns than this
0 commit comments