You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* minor fix for drop_constant_columns
* minor fix for get_dupes
* minor fix for collapse_levels, primarily for speed
* fix test fails
* fix test fails
* vectorise collapse_levels some more for performance sake
* allow for mutation
* leave collapse_levels as is
* Update test_collapse_levels.py
* Update test_collapse_levels.py
* Update test_collapse_levels.py
* restor collapse_levels to before
* shortcut if all entries are strings in a list in a select call
* use get_indexer_for for lists that contain only strings in select
* make more robust by checking on scalar, instead of just strings
* improve comments
* rebase
* more edits
* remove extra check
* shortcut for *
* exclude api/utils from mkdocs
* exclude api/utils from mkdocs
* simplify move
* avoid mutation in collapse_levels
* make move more robust with select syntax
* docs
* fix docstring
* replicate fill_empty in impute - reduce duplication
* add tests
* fix doctest
* fix docstrings
* defer copy in pivot_wider to pd.pivot
* fix np.bool8 deprecation
* simplify dtype column selection
* fix warning msg output for change_type
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* rebase
* expose _select_index
* add parameters
* use get_index_labels where possible
* add test for multiple columns
* make column selection more robust for sequences
* add test for set/dict selection
* add test for move - both source and target are lists
* exclude utils from docs
* fix test fails
---------
Co-authored-by: samuel.oranyeli <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments