Skip to content

Commit 6fa94fd

Browse files
committed
chore: update README polars support
1 parent f8680bf commit 6fa94fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The library's building blocks are `ErrorMechanism`s, `ErrorType`s, and `ErrorMod
3333
- An `ErrorType` describes _how_ the value is wrong: a typo, an outlier, a category swap, and so on. Read the documentation for a [full list of supported error types](https://tab-err.readthedocs.io/latest/api/tab_err/error_type/index.html).
3434
- An `ErrorModel` is a set of mechanisms and types to perturb existing data with realistic errors. It is shareable as metadata.
3535

36-
`tab_err` is supported by a `pandas` backend.
36+
`tab_err` supports pandas and Polars backends, and has experimental support for cuDF, Modin, and PyArrow.
3737

3838
## Examples
3939

0 commit comments

Comments
 (0)