Docs.rs
alopex-dataframe-0.2.0
alopex-dataframe 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
asopitech
Dependencies
arrow ^53
normal
arrow-csv ^53
normal
parquet ^53
normal
regex ^1
normal
thiserror ^1.0
normal
tracing ^0.1
normal
tempfile ^3
dev
Versions
51.45%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module dataframe
alopex_
dataframe
0.2.0
Module dataframe
Module Items
Structs
In crate alopex_
dataframe
alopex_dataframe
Module
dataframe
Copy item path
Source
Expand description
Eager DataFrame and Series types.
Structs
ยง
Data
Frame
Eager
DataFrame
and
GroupBy
. An eager table backed by one or more Arrow
RecordBatch
values.
GroupBy
Eager
DataFrame
and
GroupBy
. Eager group-by handle that delegates execution to
LazyFrame
.
Series
A named, chunked Arrow array. A named column represented as one or more Arrow
ArrayRef
chunks.