-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add new parameters * hack in values_from to align with pd.pivot * implement logic for names_expand and id_expand * minor improvements for names_expand and id_expand * id_expand --> index_expand * update expand_grid to accommodate extension arrays; add tests, fix logic * more updates to the expand logic * changelog * add sort_by_appearance parameter * update changelog * update test function names with better words * move _expand function out of _computations_pivot_wider * remove sort_by_appearance parameter * update docs * updates * move names_expand, index_expand and string checks to the pivoted dataframe * uncomment tests * temporary variables used and discarded to reduce multiple method calls * Update CHANGELOG.md Co-authored-by: Eric Ma <[email protected]> * fix variable name * fix variable name Co-authored-by: Eric Ma <[email protected]>
- Loading branch information
Showing
3 changed files
with
282 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.