-
public final class CsvKt
-
-
Method Summary
Modifier and Type Method Description final static DataFrame<?>
readDelimStr(DataFrame.Companion $self, String text, Map<String, ColType> colTypes, Integer skipLines, Integer readLines)
final static DataFrame<?>
read(DataFrame.Companion $self, String fileOrUrl, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
final static DataFrame<?>
readCSV(DataFrame.Companion $self, String fileOrUrl, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
final static DataFrame<?>
readCSV(DataFrame.Companion $self, File file, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
final static DataFrame<?>
readCSV(DataFrame.Companion $self, URL url, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
final static DataFrame<?>
readTSV(DataFrame.Companion $self, String fileOrUrl, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
final static DataFrame<?>
readTSV(DataFrame.Companion $self, File file, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
final static DataFrame<?>
readDelim(DataFrame.Companion $self, InputStream inStream, Character delimiter, List<String> headers, Set<String> nullStrings, Boolean isCompressed, CSVType csvType, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
final static DataFrame<?>
readDelim(DataFrame.Companion $self, Reader reader, CSVFormat format, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines)
final static KClass<out Object>
toType(ColType $self)
final static Unit
writeCSV(DataFrame<?> $self, File file, CSVFormat format)
final static Unit
writeCSV(DataFrame<?> $self, String path, CSVFormat format)
final static Unit
writeCSV(DataFrame<?> $self, Appendable writer, CSVFormat format)
-
-
Method Detail
-
readDelimStr
final static DataFrame<?> readDelimStr(DataFrame.Companion $self, String text, Map<String, ColType> colTypes, Integer skipLines, Integer readLines)
-
read
final static DataFrame<?> read(DataFrame.Companion $self, String fileOrUrl, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
-
readCSV
final static DataFrame<?> readCSV(DataFrame.Companion $self, String fileOrUrl, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
-
readCSV
final static DataFrame<?> readCSV(DataFrame.Companion $self, File file, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
-
readCSV
final static DataFrame<?> readCSV(DataFrame.Companion $self, URL url, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
-
readTSV
final static DataFrame<?> readTSV(DataFrame.Companion $self, String fileOrUrl, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
-
readTSV
final static DataFrame<?> readTSV(DataFrame.Companion $self, File file, Character delimiter, List<String> headers, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
-
readDelim
final static DataFrame<?> readDelim(DataFrame.Companion $self, InputStream inStream, Character delimiter, List<String> headers, Set<String> nullStrings, Boolean isCompressed, CSVType csvType, Map<String, ColType> colTypes, Integer skipLines, Integer readLines, Boolean duplicate, Charset charset)
-
readDelim
final static DataFrame<?> readDelim(DataFrame.Companion $self, Reader reader, CSVFormat format, Set<String> nullStrings, Map<String, ColType> colTypes, Integer skipLines, Integer readLines)
-
writeCSV
final static Unit writeCSV(DataFrame<?> $self, Appendable writer, CSVFormat format)
-
-
-
-