Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement pivot_longer_spec * add tests for pivot_longer_spec * improve perf for sort_by_appearance, general refactor, added docs to pivot_longer_spec * changelog * minor changes * missing comma in docs * ensure .value position in pivot_longer_spec * use nunique instead of len(arr.unique) * handle duplicated columns in pivot_longer_spec * add more descriptions in the docs on the relevance of pivot_longer_spec * pivot_longer_spec * remove irrelevant files * remove irrelevant files * typo * fix failing tests * add check for spec dataframe * explicit positions in pivot_longer_spec * use future annotations * change approach to transformation * create function for dropna * fix docs * changelog --------- Co-authored-by: samuel.oranyeli <samuel.oranyeli@grow.inc> Co-authored-by: Eric Ma <ericmjl@users.noreply.github.com>
- Loading branch information