Skip to content

Commit

Permalink
Merge branch 'master' of github.com:techascent/tech.ml.dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Sep 12, 2024
2 parents 4b09b85 + 392e3b9 commit bab80eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tech/v3/dataset.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bab80eb

Please sign in to comment.