Sha256: 18d41f9fa385b0b1052a7cf70ec4db1400bfd76ba4e61aa54eb5e4e85a3eeb86
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 KB
Contents
[package] name = "polars" version = "0.5.0" license = "MIT" authors = ["Andrew Kane <andrew@ankane.org>"] edition = "2021" publish = false [lib] crate-type = ["cdylib"] [dependencies] ahash = "0.8" magnus = "0.5" polars-core = "0.29.0" serde_json = "1" smartstring = "1" [dependencies.polars] version = "0.29.0" features = [ "abs", "approx_unique", "arange", "arg_where", "asof_join", "avro", "binary_encoding", "concat_str", "cse", "csv", "cum_agg", "cumulative_eval", "dataframe_arithmetic", "date_offset", "diagonal_concat", "diff", "dot_product", "dtype-full", "dynamic_groupby", "ewma", "extract_jsonpath", "fmt", "horizontal_concat", "interpolate", "ipc", "is_first", "is_in", "is_unique", "json", "lazy", "lazy_regex", "list_count", "list_eval", "list_take", "list_to_struct", "log", "meta", "mode", "moment", "object", "parquet", "partition_by", "pct_change", "performant", "pivot", "product", "propagate_nans", "random", "rank", "reinterpret", "repeat_by", "rolling_window", "round_series", "row_hash", "search_sorted", "semi_anti_join", "serde-lazy", "sign", "string_encoding", "string_from_radix", "string_justify", "strings", "timezones", "to_dummies", "top_k", "trigonometry", "unique_counts", ] [target.'cfg(target_os = "linux")'.dependencies] jemallocator = { version = "0.5", features = ["disable_initial_exec_tls"] } [target.'cfg(not(target_os = "linux"))'.dependencies] mimalloc = { version = "0.1", default-features = false }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polars-df-0.5.0 | ext/polars/Cargo.toml |