pyjanitor
Clean APIs for data cleaning in Python
pyjanitor is folding its verbs into pandas groupby objects, one release at a time.
◆Recent moves
- 4mo ago
Dependency bumps only; no functional changes
The changelog states there are no new features, bug fixes or breaking changes — two dependency bumps in CI and dev requirements. A version number and nothing more.
View source ↗ - 4mo ago
Codecov GitHub Action bumped to v6
A single bump of the Codecov GitHub Action from v5 to v6. CI plumbing with no reach into the package.
View source ↗ - 4mo ago
pivot_longer refactored for speed on pandas
pivot_longer is refactored for pandas with more efficient checks and indexing rather than concatenation. A speed change to one of the package's most-used verbs.
View source ↗ - 5mo ago
by methods migrate to groupby objects, old forms deprecated
Moves by methods onto groupby objects and warns on the outdated forms, aligning the API with how pandas expresses grouping. The clearest step in the convergence-with-pandas arc.
View source ↗ - 6mo ago
pd.col column references supported in DataFrame operations
Adds support for referencing columns with pd.col where possible, letting expressions name columns instead of threading strings through calls. Adopting a pandas idiom rather than inventing one.
View source ↗ - 6mo ago
assign method added to groupby objects
Adds an assign method to the groupby object so columns can be added or modified within each group. The first of the groupby-attachment changes this window is built on.
View source ↗