polars-lazy 0.39.2

Lazy query engine for the Polars DataFrame library
Documentation
[build-dependencies.version_check]
version = "0.9.4"
[dependencies.ahash]
version = ">=0.8.5"

[dependencies.arrow]
default-features = false
features = ["compute_aggregate", "compute_arithmetics", "compute_bitwise", "compute_boolean", "compute_boolean_kleene", "compute_cast", "compute_comparison"]
package = "polars-arrow"
version = "0.39.2"

[dependencies.bitflags]
version = "2"

[dependencies.futures]
optional = true
version = "0.3.25"

[dependencies.glob]
version = "0.3"

[dependencies.once_cell]
version = "1"

[dependencies.polars-core]
default-features = false
features = ["lazy", "zip_with", "random"]
version = "0.39.2"

[dependencies.polars-io]
default-features = false
features = ["lazy"]
version = "0.39.2"

[dependencies.polars-json]
default-features = false
optional = true
version = "0.39.2"

[dependencies.polars-ops]
default-features = false
features = ["chunked_ids"]
version = "0.39.2"

[dependencies.polars-pipe]
default-features = false
optional = true
version = "0.39.2"

[dependencies.polars-plan]
default-features = false
version = "0.39.2"

[dependencies.polars-time]
default-features = false
optional = true
version = "0.39.2"

[dependencies.polars-utils]
default-features = false
version = "0.39.2"

[dependencies.pyo3]
optional = true
version = "0.21"

[dependencies.rayon]
version = "1.9"

[dependencies.smartstring]
version = "1"

[dependencies.tokio]
optional = true
version = "1.26"
[dev-dependencies.serde_json]
version = "1"

[features]
abs = ["polars-plan/abs"]
approx_unique = ["polars-plan/approx_unique"]
arg_where = ["polars-plan/arg_where"]
array_any_all = ["polars-ops/array_any_all", "polars-plan/array_any_all", "dtype-array"]
array_count = ["polars-ops/array_count", "polars-plan/array_count", "dtype-array"]
array_to_struct = ["polars-plan/array_to_struct"]
asof_join = ["polars-plan/asof_join", "polars-time", "polars-ops/asof_join"]
async = ["polars-plan/async", "polars-io/cloud", "polars-pipe?/async"]
bigidx = ["polars-plan/bigidx"]
binary_encoding = ["polars-plan/binary_encoding"]
business = ["polars-plan/business"]
cloud = ["async", "polars-pipe?/cloud", "polars-plan/cloud", "tokio", "futures"]
cloud_write = ["cloud"]
coalesce = ["polars-plan/coalesce"]
concat_str = ["polars-plan/concat_str"]
cov = ["polars-ops/cov", "polars-plan/cov"]
cross_join = ["polars-plan/cross_join", "polars-pipe?/cross_join", "polars-ops/cross_join"]
cse = ["polars-plan/cse"]
csv = ["polars-io/csv", "polars-plan/csv", "polars-pipe?/csv"]
cum_agg = ["polars-plan/cum_agg"]
cumulative_eval = []
cutqcut = ["polars-plan/cutqcut", "polars-ops/cutqcut"]
date_offset = ["polars-plan/date_offset"]
diagonal_concat = []
diff = ["polars-plan/diff", "polars-plan/diff"]
dot_diagram = ["polars-plan/dot_diagram"]
dtype-array = ["polars-plan/dtype-array", "polars-pipe?/dtype-array", "polars-ops/dtype-array"]
dtype-categorical = ["polars-plan/dtype-categorical", "polars-pipe?/dtype-categorical"]
dtype-date = ["polars-plan/dtype-date", "polars-time/dtype-date", "temporal"]
dtype-datetime = ["polars-plan/dtype-datetime", "polars-time/dtype-datetime", "temporal"]
dtype-decimal = ["polars-plan/dtype-decimal", "polars-pipe?/dtype-decimal"]
dtype-duration = ["polars-plan/dtype-duration", "polars-time/dtype-duration", "temporal"]
dtype-i16 = ["polars-plan/dtype-i16", "polars-pipe?/dtype-i16"]
dtype-i8 = ["polars-plan/dtype-i8", "polars-pipe?/dtype-i8"]
dtype-struct = ["polars-plan/dtype-struct", "polars-ops/dtype-struct"]
dtype-time = ["polars-plan/dtype-time", "polars-time/dtype-time", "temporal"]
dtype-u16 = ["polars-plan/dtype-u16", "polars-pipe?/dtype-u16"]
dtype-u8 = ["polars-plan/dtype-u8", "polars-pipe?/dtype-u8"]
dynamic_group_by = ["polars-plan/dynamic_group_by", "polars-time", "temporal"]
ewma = ["polars-plan/ewma"]
ewma_by = ["polars-plan/ewma_by"]
extract_groups = ["polars-plan/extract_groups"]
extract_jsonpath = ["polars-plan/extract_jsonpath", "polars-ops/extract_jsonpath"]
fmt = ["polars-core/fmt", "polars-plan/fmt"]
fused = ["polars-plan/fused", "polars-ops/fused"]
future = []
hist = ["polars-plan/hist"]
interpolate = ["polars-plan/interpolate"]
ipc = ["polars-io/ipc", "polars-plan/ipc", "polars-pipe?/ipc"]
is_between = ["polars-plan/is_between"]
is_first_distinct = ["polars-plan/is_first_distinct"]
is_in = ["polars-plan/is_in", "polars-ops/is_in"]
is_last_distinct = ["polars-plan/is_last_distinct"]
is_unique = ["polars-plan/is_unique"]
json = ["polars-io/json", "polars-plan/json", "polars-json", "polars-pipe?/json"]
list_any_all = ["polars-ops/list_any_all", "polars-plan/list_any_all"]
list_count = ["polars-ops/list_count", "polars-plan/list_count"]
list_drop_nulls = ["polars-ops/list_drop_nulls", "polars-plan/list_drop_nulls"]
list_eval = []
list_gather = ["polars-ops/list_gather", "polars-plan/list_gather"]
list_sample = ["polars-ops/list_sample", "polars-plan/list_sample"]
list_sets = ["polars-plan/list_sets", "polars-ops/list_sets"]
list_to_struct = ["polars-plan/list_to_struct"]
log = ["polars-plan/log"]
merge_sorted = ["polars-plan/merge_sorted"]
meta = ["polars-plan/meta"]
mode = ["polars-plan/mode"]
moment = ["polars-plan/moment", "polars-ops/moment"]
nightly = ["polars-core/nightly", "polars-pipe?/nightly", "polars-plan/nightly"]
object = ["polars-plan/object"]
panic_on_schema = ["polars-plan/panic_on_schema"]
parquet = ["polars-io/parquet", "polars-plan/parquet", "polars-pipe?/parquet"]
pct_change = ["polars-plan/pct_change"]
peaks = ["polars-plan/peaks"]
pivot = ["polars-core/rows", "polars-ops/pivot"]
propagate_nans = ["polars-plan/propagate_nans"]
python = ["pyo3", "polars-plan/python", "polars-core/python", "polars-io/python"]
random = ["polars-plan/random"]
range = ["polars-plan/range"]
rank = ["polars-plan/rank"]
regex = ["polars-plan/regex"]
reinterpret = ["polars-plan/reinterpret", "polars-ops/reinterpret"]
repeat_by = ["polars-plan/repeat_by"]
replace = ["polars-plan/replace"]
rle = ["polars-plan/rle", "polars-ops/rle"]
rolling_window = ["polars-plan/rolling_window", "polars-time/rolling_window"]
round_series = ["polars-plan/round_series", "polars-ops/round_series"]
row_hash = ["polars-plan/row_hash"]
search_sorted = ["polars-plan/search_sorted"]
semi_anti_join = ["polars-plan/semi_anti_join"]
serde = ["polars-plan/serde", "arrow/serde", "polars-core/serde-lazy", "polars-time?/serde", "polars-io/serde", "polars-ops/serde"]
sign = ["polars-plan/sign"]
streaming = ["polars-pipe", "polars-plan/streaming", "polars-ops/chunked_ids"]
string_encoding = ["polars-plan/string_encoding"]
string_pad = ["polars-plan/string_pad"]
string_reverse = ["polars-plan/string_reverse"]
string_to_integer = ["polars-plan/string_to_integer"]
strings = ["polars-plan/strings"]
temporal = ["dtype-datetime", "dtype-date", "dtype-time", "dtype-i8", "dtype-i16", "dtype-duration", "polars-plan/temporal"]
test = ["polars-plan/debugging", "panic_on_schema", "rolling_window", "rank", "round_series", "csv", "dtype-categorical", "cum_agg", "regex", "polars-core/fmt", "diff", "abs", "parquet", "ipc", "dtype-date"]
test_all = ["test", "strings", "regex", "ipc", "row_hash", "string_pad", "string_to_integer", "search_sorted", "top_k", "pivot", "semi_anti_join", "cse", "dtype-struct", "peaks", "cov", "hist", "extract_groups", "rle", "cutqcut", "replace", "list_sample"]
timezones = ["polars-plan/timezones"]
top_k = ["polars-plan/top_k"]
trigonometry = ["polars-plan/trigonometry"]
true_div = ["polars-plan/true_div"]
unique_counts = ["polars-plan/unique_counts"]

[package]
authors = ["Ritchie Vink <ritchie46@gmail.com>"]
description = "Lazy query engine for the Polars DataFrame library"
edition = "2021"
homepage = "https://www.pola.rs/"
license = "MIT"
name = "polars-lazy"
readme = "README.md"
repository = "https://github.com/pola-rs/polars"
version = "0.39.2"
[package.metadata.docs.rs]
features = ["abs", "approx_unique", "arg_where", "asof_join", "async", "bigidx", "binary_encoding", "cloud", "cloud_write", "coalesce", "concat_str", "cov", "cross_join", "cse", "csv", "cum_agg", "cumulative_eval", "cutqcut", "date_offset", "diagonal_concat", "diff", "dot_diagram", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "ewma", "extract_groups", "fmt", "fused", "futures", "hist", "interpolate", "ipc", "is_first_distinct", "is_in", "is_last_distinct", "is_unique", "json", "list_any_all", "list_count", "list_drop_nulls", "list_eval", "list_gather", "list_sample", "list_sets", "list_to_struct", "log", "merge_sorted", "meta", "mode", "moment", "nightly", "object", "panic_on_schema", "parquet", "pct_change", "peaks", "pivot", "polars-json", "polars-time", "propagate_nans", "random", "range", "rank", "regex", "repeat_by", "replace", "rle", "rolling_window", "round_series", "row_hash", "search_sorted", "semi_anti_join", "serde", "sign", "streaming", "string_encoding", "string_pad", "string_reverse", "string_to_integer", "strings", "temporal", "timezones", "tokio", "top_k", "trigonometry", "true_div", "unique_counts"]
rustdoc-args = ["--cfg", "docsrs"]