Crate polars_python

Source

Re-exports§

pub use crate::dataframe::PyDataFrame;
pub use crate::expr::PyExpr;
pub use crate::lazyframe::PyLazyFrame;
pub use crate::lazygroupby::PyLazyGroupBy;
pub use crate::series::PySeries;

Modules§

batched_csv
cloud_client
conversion
dataframe
dataset
datatypes
error
exceptions
Define the Polars exception hierarchy.
export
expr
file
functions
interop
io
lazyframe
lazygroupby
map
object
on_startup
prelude
py_modules
series
sql
testing
timeout
A global process-aborting timeout system, mainly intended for testing.
utils

Macros§

apply_method_all_arrow_series2
raise_err

Type Aliases§

PyDataType
PySchema