polars 0.53.0

DataFrame library based on Apache Arrow
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod ffi;
#[cfg(feature = "ipc")]
mod io;

mod scalar;

mod array;
mod bitmap;

mod buffer;

mod compute;