Module blackjack::dataframe

source ·
Expand description

DataFrame object and associated functionality

Structs

The container for Series<T> objects, allowing for additional functionality
Serialized version of Series<T>, enabling storage inside a homogeneous container where metadata is stored and data is stored in byte/compressed format.

Enums

Common error enum for the crate