Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static CSVOptions.Builder |
CSVOptions.builder() |
CSVOptions.Builder |
CSVOptions.Builder.hasHeader()
Set the row of the header to 0, the first line.
|
CSVOptions.Builder |
CSVOptions.Builder.hasHeader(boolean hasHeader)
Set the row of the header to 0, the first line, if hasHeader is true else disables the
header.
|
CSVOptions.Builder |
CSVOptions.Builder.withComment(char comment)
Set the character that starts the beginning of a comment line.
|
CSVOptions.Builder |
CSVOptions.Builder.withDelim(char delim)
Set the entry deliminator.
|
CSVOptions.Builder |
CSVOptions.Builder.withFalseValue(String... fvs) |
CSVOptions.Builder |
CSVOptions.Builder.withHeaderAtRow(int index)
Row of the header data (0 based counting).
|
CSVOptions.Builder |
CSVOptions.Builder.withNullValue(String... nvs) |
CSVOptions.Builder |
CSVOptions.Builder.withoutComments() |
CSVOptions.Builder |
CSVOptions.Builder.withQuote(char quote)
Set the quote character.
|
CSVOptions.Builder |
CSVOptions.Builder.withQuoteStyle(QuoteStyle quoteStyle)
Quote style to expect in the input CSV data.
|
CSVOptions.Builder |
CSVOptions.Builder.withTrueValue(String... tvs) |
Copyright © 2024. All rights reserved.