polars 0.16.0

DataFrame Library based on Apache Arrow
Documentation
[[bench]]
harness = false
name = "csv"

[[bench]]
harness = false
name = "groupby"

[[bench]]
harness = false
name = "collect"

[[bench]]
harness = false
name = "take"
[dependencies.polars-core]
default-features = false
features = ["docs", "private"]
version = "0.16.0"

[dependencies.polars-io]
default-features = false
features = ["private"]
optional = true
version = "0.16.0"

[dependencies.polars-lazy]
default-features = false
features = ["private"]
optional = true
version = "0.16.0"
[dev-dependencies.ahash]
version = "0.7"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.rand]
version = "0.8"

[features]
arange = ["polars-lazy/arange"]
asof_join = ["polars-core/asof_join"]
avx512 = ["polars-core/avx512"]
checked_arithmetic = ["polars-core/checked_arithmetic"]
concat_str = ["polars-core/concat_str", "polars-lazy/concat_str"]
cross_join = ["polars-core/cross_join", "polars-lazy/cross_join"]
csv-file = ["polars-io", "polars-io/csv-file", "polars-lazy/csv-file"]
cum_agg = ["polars-core/cum_agg", "polars-core/cum_agg"]
decompress = ["polars-io/decompress"]
default = ["docs", "zip_with", "csv-file", "temporal", "performant", "plain_fmt", "dtype-slim"]
diff = ["polars-core/diff", "polars-lazy/diff"]
docs = ["polars-core/docs"]
docs-selection = ["csv-file", "json", "parquet", "ipc", "dtype-full", "pivot", "is_in", "sort_multiple", "rows", "docs", "strings", "object", "lazy", "temporal", "random", "zip_with", "round_series", "checked_arithmetic", "ndarray", "downsample", "repeat_by", "is_first", "is_last", "asof_join", "cross_join", "concat_str", "decompress", "mode", "take_opt_iter", "extract_jsonpath", "cum_agg", "rolling_window", "interpolate", "diff"]
dot_product = ["polars-core/dot_product", "polars-lazy/dot_product"]
downsample = ["polars-core/downsample"]
dtype-date32 = ["polars-core/dtype-date32", "polars-lazy/dtype-date32"]
dtype-date64 = ["polars-core/dtype-date64", "polars-lazy/dtype-date64"]
dtype-duration-ms = ["polars-core/dtype-duration-ms"]
dtype-duration-ns = ["polars-core/dtype-duration-ns"]
dtype-full = ["dtype-time64-ns", "dtype-duration-ns", "dtype-duration-ms", "dtype-date32", "dtype-date64", "dtype-i8", "dtype-i16", "dtype-u8", "dtype-u16", "dtype-u64"]
dtype-i16 = ["polars-core/dtype-i16", "polars-lazy/dtype-i16"]
dtype-i8 = ["polars-core/dtype-i8", "polars-lazy/dtype-i8"]
dtype-slim = ["dtype-date32", "dtype-date64"]
dtype-time64-ns = ["polars-core/dtype-time64-ns"]
dtype-u16 = ["polars-core/dtype-u16", "polars-lazy/dtype-u16"]
dtype-u64 = ["polars-core/dtype-u64", "polars-lazy/dtype-u64", "polars-io/dtype-u64"]
dtype-u8 = ["polars-core/dtype-u8", "polars-lazy/dtype-u8"]
extract_jsonpath = ["polars-core/extract_jsonpath", "polars-core/strings"]
groupby_list = ["polars-core/groupby_list"]
interpolate = ["polars-core/interpolate", "polars-lazy/interpolate"]
ipc = ["polars-io", "polars-io/ipc"]
is_first = ["polars-core/is_first", "polars-lazy/is_first"]
is_in = ["polars-core/is_in", "polars-lazy/is_in"]
is_last = ["polars-core/is_last"]
json = ["polars-io", "polars-io/json"]
lazy = ["polars-core/lazy", "polars-lazy", "polars-lazy/compile"]
lazy_regex = ["polars-lazy/regex"]
list = ["polars-core/list", "polars-lazy/list"]
mode = ["polars-core/mode", "polars-lazy/mode"]
moment = ["polars-core/moment", "polars-lazy/moment"]
ndarray = ["polars-core/ndarray"]
object = ["polars-core/object"]
parquet = ["polars-io", "polars-core/parquet", "polars-lazy/parquet", "polars-io/parquet"]
performant = ["polars-core/performant"]
pivot = ["polars-core/pivot"]
plain_fmt = ["polars-core/plain_fmt"]
pretty_fmt = ["polars-core/pretty_fmt"]
private = []
random = ["polars-core/random"]
rank = ["polars-core/rank", "polars-lazy/rank"]
reinterpret = ["polars-core/reinterpret", "polars-core/dtype-u64"]
repeat_by = ["polars-core/repeat_by", "polars-lazy/repeat_by"]
rolling_window = ["polars-core/rolling_window", "polars-lazy/rolling_window"]
round_series = ["polars-core/round_series", "polars-lazy/round_series"]
row_hash = ["polars-core/row_hash"]
rows = ["polars-core/rows"]
serde = ["polars-core/serde"]
simd = ["polars-core/simd"]
simdutf8 = ["polars-io/simdutf8"]
sort_multiple = ["polars-core/sort_multiple"]
strings = ["polars-core/strings"]
take_opt_iter = ["polars-core/take_opt_iter"]
temporal = ["polars-core/temporal", "polars-lazy/temporal"]
zip_with = ["polars-core/zip_with"]

[lib]
bench = false

[package]
authors = ["ritchie46 <ritchie46@gmail.com>"]
description = "DataFrame Library based on Apache Arrow"
edition = "2018"
license = "MIT"
name = "polars"
readme = "../README.md"
repository = "https://github.com/ritchie46/polars"
version = "0.16.0"
[package.metadata.docs.rs]
features = ["docs-selection"]
rustdoc-args = ["--cfg", "docsrs"]