Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

polars-expr has no features set by default.

[dependencies]
polars-expr = { version = "0.53.0", features = ["nightly", "parquet", "temporal", "dtype-full", "object", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-extension", "dtype-i16", "dtype-i8", "dtype-i128", "dtype-struct", "dtype-time", "dtype-u128", "dtype-u16", "dtype-u8", "dtype-f16", "approx_unique", "is_in", "is_first_distinct", "is_last_distinct", "is_between", "is_close", "is_unique", "strings", "business", "range", "abs", "diff", "pct_change", "interpolate", "interpolate_by", "timezones", "unique_counts", "repeat_by", "mode", "moment", "rank", "replace", "reinterpret", "row_hash", "arg_where", "index_of", "search_sorted", "trigonometry", "sign", "rolling_window", "rolling_window_by", "top_k", "cum_agg", "log", "fused", "ffi_plugin", "regex", "extract_groups", "find_many", "json", "extract_jsonpath", "ewma", "ewma_by", "string_pad", "string_normalize", "string_reverse", "string_to_integer", "list_sets", "list_any_all", "array_any_all", "list_drop_nulls", "list_sample", "list_filter", "list_gather", "list_count", "array_count", "array_to_struct", "concat_str", "list_to_struct", "random", "cutqcut", "rle", "peaks", "cov", "hist", "binary_encoding", "string_encoding", "month_start", "month_end", "offset_by", "bitwise", "round_series", "dynamic_group_by", "propagate_nans", "allow_unused"] }
nightly

Enables nightly of polars-core and polars-plan

parquet

Enables parquet of polars-io and polars-plan

temporal dtype-date? dtype-datetime? dtype-duration? dtype-time? dynamic_group_by? = dtype-date, dtype-datetime, dtype-duration, dtype-i16, dtype-i8, dtype-time

Enables temporal of polars-plan

dtype-full = dtype-array, dtype-categorical, dtype-date, dtype-datetime, dtype-decimal, dtype-duration, dtype-extension, dtype-f16, dtype-i128, dtype-i16, dtype-i8, dtype-struct, dtype-time, dtype-u128, dtype-u16, dtype-u8, object
object dtype-full?

Enables object of polars-ops and polars-plan

dtype-array array_any_all? array_count? dtype-full?

Enables dtype-array of polars-ops and polars-plan

dtype-categorical dtype-full?

Enables dtype-categorical of polars-plan

dtype-date dtype-full? temporal? = temporal

Enables dtype-date of polars-plan and polars-time

dtype-datetime dtype-full? temporal? = temporal

Enables dtype-datetime of polars-plan and polars-time

dtype-decimal dtype-full? = dtype-i128

Enables dtype-decimal of polars-plan

dtype-duration dtype-full? temporal? = temporal

Enables dtype-duration of polars-plan and polars-time

dtype-extension dtype-full?

Enables dtype-extension of polars-ops and polars-plan

dtype-i16 dtype-full? temporal?

Enables dtype-i16 of polars-plan

dtype-i8 dtype-full? temporal?

Enables dtype-i8 of polars-plan

dtype-i128 dtype-decimal? dtype-full?

Enables dtype-i128 of polars-plan

dtype-struct dtype-full?

Enables dtype-struct of polars-ops and polars-plan

Affects horizontal::cum_reduce, horizontal::cum_fold, misc::as_struct, misc::row_decode, execution_state::ExecutionState.with_fields, execution_state::ExecutionState.with_fields_ac

dtype-time dtype-full? temporal? = temporal

Enables dtype-time of polars-plan and polars-time

dtype-u128 dtype-full?

Enables dtype-u128 of polars-plan

dtype-u16 dtype-full?

Enables dtype-u16 of polars-plan

dtype-u8 dtype-full?

Enables dtype-u8 of polars-plan

dtype-f16 dtype-full?

Enables dtype-f16 of polars-plan

approx_unique

operations

Enables approx_unique of polars-plan

is_in

Enables is_in of polars-ops and polars-plan

is_first_distinct

Enables is_first_distinct of polars-plan

is_last_distinct

Enables is_last_distinct of polars-plan

is_between

Enables is_between of polars-plan

is_close

Enables is_close of polars-plan

is_unique

Enables is_unique of polars-plan

strings

Enables strings of polars-plan

business

Enables business of polars-plan

range

Enables range of polars-plan

abs

Enables abs of polars-plan

diff

Enables diff of polars-plan

pct_change

Enables pct_change of polars-plan

interpolate

Enables interpolate of polars-plan

interpolate_by

Enables interpolate_by of polars-plan

timezones = regex

Enables timezones of polars-plan

unique_counts

Enables unique_counts of polars-plan

repeat_by

Enables repeat_by of polars-plan

mode

Enables mode of polars-plan

moment

Enables moment of polars-plan

Affects groups_dispatch::moment_agg, groups_dispatch::skew, groups_dispatch::kurtosis

rank

Enables rank of polars-plan

replace

Enables replace of polars-plan

reinterpret

Enables reinterpret of polars-plan

row_hash

Enables row_hash of polars-plan

arg_where

Enables arg_where of polars-plan

index_of

Enables index_of of polars-plan

search_sorted

Enables search_sorted of polars-plan

trigonometry

Enables trigonometry of polars-plan

sign

Enables sign of polars-plan

rolling_window

Enables rolling_window of polars-plan and polars-time

rolling_window_by

Enables rolling_window_by of polars-plan and polars-time

top_k

Enables top_k of polars-plan

cum_agg

Enables cum_agg of polars-plan

log

Enables log of polars-plan

fused

Enables fused of polars-plan

ffi_plugin = libloading

Enables ffi_plugin of polars-plan

regex extract_groups? timezones?

Enables regex, regex of polars-plan

extract_groups = regex

Enables extract_groups of polars-plan

find_many

Enables find_many of polars-ops and polars-plan

json = polars-json

Enables json of polars-plan

extract_jsonpath

Enables extract_jsonpath of polars-ops and polars-plan

ewma

Enables ewma of polars-plan

ewma_by

Enables ewma_by of polars-plan

string_pad

Enables string_pad of polars-plan

string_normalize

Enables string_normalize of polars-plan

string_reverse

Enables string_reverse of polars-plan

string_to_integer

Enables string_to_integer of polars-plan

list_sets

Enables list_sets of polars-ops and polars-plan

list_any_all

Enables list_any_all of polars-ops and polars-plan

array_any_all = dtype-array

Enables array_any_all of polars-ops and polars-plan

list_drop_nulls

Enables list_drop_nulls of polars-ops and polars-plan

list_sample

Enables list_sample of polars-ops and polars-plan

list_filter

Enables list_filter of polars-ops and polars-plan

list_gather

Enables list_gather of polars-ops and polars-plan

list_count

Enables list_count of polars-ops and polars-plan

array_count = dtype-array

Enables array_count of polars-ops and polars-plan

array_to_struct

Enables array_to_struct of polars-plan

concat_str

Enables concat_str of polars-plan

list_to_struct

Enables list_to_struct of polars-plan

random

Enables random of polars-plan

cutqcut

Enables cutqcut of polars-ops and polars-plan

rle

Enables rle of polars-ops and polars-plan

peaks

Enables peaks of polars-plan

cov

Enables cov of polars-ops and polars-plan

hist

Enables hist of polars-plan

binary_encoding

Enables binary_encoding of polars-plan

string_encoding

Enables string_encoding of polars-plan

month_start

Enables month_start of polars-plan

month_end

Enables month_end of polars-plan

offset_by

Enables offset_by of polars-plan

bitwise

Enables bitwise of polars-core and polars-plan

polars-plan:

operations

Affects groups_dispatch::bitwise_agg, groups_dispatch::bitwise_and, groups_dispatch::bitwise_or, groups_dispatch::bitwise_xor

round_series

Enables round_series of polars-ops and polars-plan

dynamic_group_by = chrono-tz, polars-time, temporal

Enables dynamic_group_by of polars-plan

propagate_nans

Enables propagate_nans of polars-ops and polars-plan

allow_unused

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

chrono-tz dynamic_group_by?
libloading ffi_plugin?
polars-json json?
polars-time dtype-date? dtype-datetime? dtype-duration? dtype-time? dynamic_group_by? rolling_window? rolling_window_by?