Dfply

Latest version: v0.3.3

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

Scan your dependencies

Page 3 of 3

0.1.7

Restructuring of package to include `diamonds.csv` with pip installation
and require `six` and `pandas-ply` rather than come pre-packaged with them.

0.1.6

Added window functions:
`dense_rank`
`min_rank`
`cumsum`
`cummean`
`cummax`
`cummin`
`cumprod`

0.1.5

dplyr set operations added thanks to bleearmstrong.

`df >> union(other)`
Rows that appear in either `df` or `other`.

`df >> intersect(other)`
Rows that appear in both `df` and `other`

`df >> set_diff(other)`
Rows that appear in `df` but not `other`.

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.