Struct etl::DataFrame [] [src]

pub struct DataFrame { /* fields omitted */ }

Primary dataframe structure

Methods

impl DataFrame
[src]

[src]

Number of rows in dataframe

[src]

Create a new DataConfig and DataFrame from the configuration file specified

[src]

Merge dataframe with another dataframe

[src]

List of the field names for this dataframe

[src]

Get an unsigned integer field from the dataframe (if exists for given field name)

[src]

Get an signed integer field from the dataframe (if exists for given field name)

[src]

Get an string field from the dataframe (if exists for given field name)

[src]

Get an boolean field from the dataframe (if exists for given field name)

[src]

Get an floating point field from the dataframe (if exists for given field name)

[src]

Generate a matrix from the dataframe as well as the field names for the columns of that matrix. String fields are ignored. Integer and boolean fields are transformed into floating point numbers.

[src]

Generate a sub-dataframe consisting of the columns specified

Trait Implementations

impl Debug for DataFrame
[src]

[src]

Formats the value using the given formatter.