Skip to main content

Module dataframe

Module dataframe 

Source
Expand description

DataFrame — columnar storage with named columns.

The base immutable data container. All TidyView operations reference a shared Rc<DataFrame> without copying the underlying data.

Structs§

DataFrame
Columnar data storage. Each column is a contiguous typed buffer.

Enums§

DataError
Error type for DataFrame construction.