Package

ml.sparkling.graph.loaders

csv

Permalink

package csv

Utils providing methods to load graphs from CSV files. Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. csv
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class CsvLoaderConfig(header: Boolean = true, schema: Option[StructType] = None, delimiter: String = ",", quote: String = "\"", inferSchema: Boolean = false) extends Product with Serializable

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

Value Members

  1. object CSVLoader

    Permalink

    Main class of csv loader Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

  2. object DataFrameReaderConfigurator

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

  3. object GraphFromCsv

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

  4. package providers

    Permalink
  5. package types

    Permalink
  6. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped