Settings

object Settings

Global settings.

Since

0.1.0

class Object
trait Matchable
class Any

Value members

Concrete methods

def printing(width: Int, colWidth: Int, rowLength: Int): Unit

Sets the configuration for printing DataFrames/Series.

Sets the configuration for printing DataFrames/Series.

Value Params
colWidth

Width of a column (in characters).

rowLength

Default number of rows to display.

width

Maximal width of a displayed table (in characters).

Since

0.1.0

Sets processing to multi core using default parameter for partitioning.

Sets processing to multi core using default parameter for partitioning.

Since

0.1.0

def setSingleCore(): Unit

Sets processing to single core.

Sets processing to single core.

Since

0.1.0