Tabeline

Latest version: v0.4.0

Safety actively analyzes 682457 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.0

The initial release of Tabeline, a dplyr-inspired data table and data grammar library, wrapping Polars as its computational engine:

- `DataTable` class
- Multiple levels of grouping
- Conversions
- `from_polars`, `to_polars`
- `from_pandas`, `to_pandas`
- `read_csv`, `write_csv`
- Basic verbs
- `select`, `deselect`, `rename`
- `filter`, `slice0`, `slice1`, `distinct`, `unique`
- `group`, `ungroup`
- `summarize`
- `spread`, `gather`
- `inner_join`, `outer_join`, `left_join`
- Expression operations
- `+`, `-`, `*`, `/`, `%`, `**`
- `abs`, `sqrt`, `log`, `log2`, `log10`, `exp`, `pow`, `sin`, `cos`, `tan`, `floor`, `ceil`
- `is_nan`
- `std`, `var`, `max`, `min`, `sum`, `mean`, `median`, `quantile`, `trapz`
- `any`, `all`
- `first`, `last`
- Documentation [website](https://tabeline.drhagen.com/)

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.