Package

ai.deepsense.deeplang.doperations.readwritedataframe.filestorage

csv

Permalink

package csv

Visibility
  1. Public
  2. All

Value Members

  1. object CsvOptions

    Permalink
  2. object CsvSchemaInferencerAfterReading

    Permalink

    In CSV there are no type hints/formats.

    In CSV there are no type hints/formats. Everything is plain text between separators.

    Schema immediately after reading is all strings.

    Logic here looks for the most strict common subtype of all values per each column and converts schema to have more rich types than strings.

  3. object CsvSchemaStringifierBeforeCsvWriting

    Permalink

    In CSV there are no type hints/formats.

    In CSV there are no type hints/formats. Everything is plain text between separators.

    That's why it's needed to convert all fields to string and make sure that there are no nested structures like Maps or Arrays.

Ungrouped