Polars-ds

Latest version: v0.8.2

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

Scan your dependencies

Page 1 of 6

0.19.13

3. FFT. Currently it is slow for larger series.
4. Column-wise Jaccard similarity + Pairwise list vs. list Jaccard similarity
5. Binarize a column
6. Computes t-statistics

**String:**

1. Freq removal. Remove rare or very common words from list of strings. (output of tokenize)
2. Infer and merge strings based on frequency
3. Extract numbers as list
7. Added parallel option and documentation. When using str_ext functions, parallel is generally faster if it is the only expression you are running and has the same caveat as the parallel parameter in .value_counts

What's Changed
* Change statistical description of standard error by mishpat in https://github.com/abstractqqq/polars_ds_extension/pull/8
* Fix/import api and more feats by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/7
* feat/roc_auc by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/9
* updated readme by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/10

New Contributors
* mishpat made their first contribution in https://github.com/abstractqqq/polars_ds_extension/pull/8

**Full Changelog**: https://github.com/abstractqqq/polars_ds_extension/compare/v0.1.0...v0.1.1

0.8.2

What's Changed
* fix doc link by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/331
* added iter product by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/332


**Full Changelog**: https://github.com/abstractqqq/polars_ds_extension/compare/v0.8.1...v0.8.2

0.8.1

What's Changed
* added combinations by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/322
* added validation report by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/323
* Improve CI by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/325
* Compile instruction in read me by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/326
* added more rechunks by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/328
* corrected histogram stacking by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/329


**Full Changelog**: https://github.com/abstractqqq/polars_ds_extension/compare/v0.8.0...v0.8.1

0.8.0

Highlights:
* Added F32 option for linear regression expressions
* Better and more data science related plots!

Breaking
* PDS Pipelines saved pre- v0.8 will no longer be compatible.

What's Changed
* respect method in dia.corr by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/304
* Plot refactor by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/305
* added full output for chi2 by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/307
* more plots refactor by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/309
* various typing fixes by deanm0000 in https://github.com/abstractqqq/polars_ds_extension/pull/311
* fixed error in warn len test by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/314
* fixed warn len by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/315
* refactored pipeline steps by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/316
* Upgrade faer by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/317
* F32 option by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/319
* updated packages by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/320
* added maturin version in ci by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/321

New Contributors
* deanm0000 made their first contribution in https://github.com/abstractqqq/polars_ds_extension/pull/311

**Full Changelog**: https://github.com/abstractqqq/polars_ds_extension/compare/v0.7.0...v0.8.0

0.7.0

What's Changed
* fixed sklearn ver in test by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/299
* Conditional impute by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/301
* added len in random by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/302

Compatibility
Now works with almost any array types that implement the array protocal!


from polars_ds.compat import compat as pds2

pds2.query_binary_metrics(df["actual"].to_arrow(), df["predicted"].to_arrow()).struct.unnest()




**Full Changelog**: https://github.com/abstractqqq/polars_ds_extension/compare/v0.6.3...v0.7.0

0.6.3

What's Changed
* added next up and down by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/286
* Digamma and ordered float by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/287
* Kth nb dist by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/288
* added tpr fpr expression by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/289
* fixed the output size of multitarget linreg by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/290
* Sql transform by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/291
* added separate option for pipeline transform by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/295
* added tests, updated examples by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/296
* reworked eager mode compatibility by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/297


**Full Changelog**: https://github.com/abstractqqq/polars_ds_extension/compare/v0.6.2...v0.6.3

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.