fp-frame 0.1.0

DataFrame and Series with pandas-API parity, AACE index alignment, and GroupBy / Rolling / Resample integration.
Documentation
[package]
name = "fp-frame"
description = "DataFrame and Series with pandas-API parity, AACE index alignment, and GroupBy / Rolling / Resample integration."
version.workspace = true
edition.workspace = true
license.workspace = true
license-file.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true

[features]
default = []
# Emit `tracing` spans/events for hot-path operations (groupby, rolling,
# resample, IO). Off by default so users who don't attach a tracing
# subscriber pay no dependency cost. Per br-frankenpandas-7gd4.
tracing = ["dep:tracing"]

[dependencies]
chrono = { workspace = true }
chrono-tz = { workspace = true }
fp-columnar = { path = "../fp-columnar", version = "0.1.0" }
fp-index = { path = "../fp-index", version = "0.1.0" }
fp-runtime = { path = "../fp-runtime", version = "0.1.0" }
fp-types = { path = "../fp-types", version = "0.1.0" }
regex = { workspace = true }
rustc-hash = "2"
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true, optional = true }
ucd = { workspace = true }
unicode-casefold = { workspace = true }
unicode-normalization = { workspace = true }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]