Crate agnes [] [src]

Dataframe library for Rust. Provides a DataFrame object for data views and manipulation.

Re-exports

pub use view::SerializeAsVec;
pub use view::DataView;
pub use masked::MaybeNa;

Modules

error

General error struct for entire package, as well as helpful conversions.

field

Field-level structs.

masked

Missing value handling structs.

source

Data sources.

store

Data storage struct and implentation.

view

Main DataView struct and associated implementations.

Macros

fields