polars 0.13.3

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"]
version = "0.13.3"

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

[dependencies.polars-lazy]
default-features = false
optional = true
version = "0.13.3"
[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]
avx512 = ["polars-core/avx512"]
csv-file = ["polars-io", "polars-io/csv-file"]
default = ["docs", "csv-file", "temporal", "performant", "plain_fmt", "dtype-slim"]
docs = ["polars-core/docs"]
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"]
ipc = ["polars-io", "polars-io/ipc"]
json = ["polars-io", "polars-io/json"]
lazy = ["polars-core/lazy", "polars-lazy"]
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"]
random = ["polars-core/random"]
simd = ["polars-core/simd"]
strings = ["polars-core/strings"]
temporal = ["polars-core/temporal", "polars-lazy/temporal"]

[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.13.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]