-
public final class CsvKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static String
MISSING_VALUE
-
Method Summary
Modifier and Type Method Description final String
getMISSING_VALUE()
final static DataFrame<?>
readDelimStr(DataFrame.Companion $self, String text, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines)
final static DataFrame<?>
read(DataFrame.Companion $self, String fileOrUrl, Character delimeter, Integer skipLines, String encoding, Map<String, ColType> colTypes)
final static DataFrame<?>
readCSV(DataFrame.Companion $self, String fileOrUrl, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines, String encoding)
final static DataFrame<?>
readCSV(DataFrame.Companion $self, File file, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines, String encoding)
final static DataFrame<?>
readCSV(DataFrame.Companion $self, URL url, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines, String encoding)
final static DataFrame<?>
readTSV(DataFrame.Companion $self, String fileOrUrl, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines, String encoding)
final static DataFrame<?>
readTSV(DataFrame.Companion $self, File file, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines, String encoding)
final static DataFrame<?>
readDelim(DataFrame.Companion $self, InputStream inStream, CSVFormat format, Boolean isCompressed, Map<String, ColType> colTypes, Integer skipLines, String encoding)
final static DataFrame<?>
readDelim(DataFrame.Companion $self, Reader reader, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines)
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
-
getMISSING_VALUE
final String getMISSING_VALUE()
-
readDelimStr
final static DataFrame<?> readDelimStr(DataFrame.Companion $self, String text, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines)
-
read
final static DataFrame<?> read(DataFrame.Companion $self, String fileOrUrl, Character delimeter, Integer skipLines, String encoding, Map<String, ColType> colTypes)
-
readCSV
final static DataFrame<?> readCSV(DataFrame.Companion $self, String fileOrUrl, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines, String encoding)
-
readCSV
final static DataFrame<?> readCSV(DataFrame.Companion $self, File file, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines, String encoding)
-
readCSV
final static DataFrame<?> readCSV(DataFrame.Companion $self, URL url, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines, String encoding)
-
readTSV
final static DataFrame<?> readTSV(DataFrame.Companion $self, String fileOrUrl, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines, String encoding)
-
readTSV
final static DataFrame<?> readTSV(DataFrame.Companion $self, File file, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines, String encoding)
-
readDelim
final static DataFrame<?> readDelim(DataFrame.Companion $self, InputStream inStream, CSVFormat format, Boolean isCompressed, Map<String, ColType> colTypes, Integer skipLines, String encoding)
-
readDelim
final static DataFrame<?> readDelim(DataFrame.Companion $self, Reader reader, CSVFormat format, Map<String, ColType> colTypes, Integer skipLines)
-
writeCSV
final static Unit writeCSV(DataFrame<?> $self, Appendable writer, CSVFormat format)
-
-
-
-