[][src]Crate utah2

Re-exports

pub use super::*;
pub use super::*;

Modules

aggregate

Utah aggregation combinators.

error
interact

Utah join combinators.

macros
process

Utah process combinators.

readcsv
traits
transform

Utah transform combinators.

types

Macros

col
dataframe

Structs

Append
Concat
DataFrame

A read-only dataframe.

DataFrameIterator

The read-only dataframe iterator

DataFrameMut

A read-write dataframe

DataFrameMutIterator

The read-write dataframe iterator

Error

The Error type.

Impute
InnerJoin
MapDF
Max
Mean
Min
OuterJoin
Remove
Select
Stdev
Sum

Enums

ErrorKind

The kind of an error.

ImputeStrategy
UtahAxis

Traits

Aggregate
Constructor
Empty
Operations
Process
ReadCSV
ResultExt

Additional methods for Result, for easy interaction with this crate.

ToDataFrame
Transform
UtahNum

Type Definitions

AppendIter
Column
ColumnView
ConcatIter
DFIter
ImputeIter
InnerJoinIter
MapDFIter
Matrix
MatrixMut
MatrixView
MaxIter
MeanIter
MinIter
OuterJoinIter
RemoveIter
Result

Convenient wrapper around std::Result.

Row
RowMut
SelectIter
StdevIter
SumIter
Window
WindowMut