From 392e3b9e31e09001b7062581e61c739e9af10a7d Mon Sep 17 00:00:00 2001 From: Kira McLean Date: Thu, 12 Sep 2024 12:36:37 -0300 Subject: [PATCH] Update dataset.clj docstring to include `:disable-na-as-missing?` (#411) Documents the [recently added](https://github.com/techascent/tech.ml.dataset/pull/399) `:disable-na-as-missing?` flag in the `->dataset` options. --- src/tech/v3/dataset.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tech/v3/dataset.clj b/src/tech/v3/dataset.clj index 692880a6..d7931fad 100644 --- a/src/tech/v3/dataset.clj +++ b/src/tech/v3/dataset.clj @@ -73,6 +73,8 @@ - `:disable-comment-skipping?` - As default, the `#` character is recognised as a line comment when found in the beginning of a line of text in a CSV file, and the row will be ignored. Set `true` to disable this behavior. + - `:disable-na-as-missing?` - As default, the string \"NA\" is (case-insensitively) + parsed as `nil`. Set `false` to disable this behavior. - `:max-chars-per-column` - Defaults to 4096. Columns with more characters that this will result in an exception. - `:max-num-columns` - Defaults to 8192. CSV,TSV files with more columns than this