Skip to content

v1.3.4: Groupby Apply Enhancements#199

Merged
jmcarpenter2 merged 1 commit intomasterfrom
jmc/groupby-index-apply
Aug 16, 2022
Merged

v1.3.4: Groupby Apply Enhancements#199
jmcarpenter2 merged 1 commit intomasterfrom
jmc/groupby-index-apply

Conversation

@jmcarpenter2
Copy link
Owner

  • Enable indexing after a groupby, e.g. df.swifter.groupby(by)[key].apply(func)
  • Improve groupby apply progress bar
    • Previously, the groupby apply progress bar only appeared after the data was distributed across the cores.
    • Now, the groupby apply progress bar appears before the data is distributed for a more realistic reflection of how long it took
  • Additional groupby apply code refactoring and optimizations, including removing the mutability of the data within ray
@jmcarpenter2 jmcarpenter2 force-pushed the jmc/groupby-index-apply branch from 8d00f96 to be835c4 Compare August 16, 2022 22:11
@jmcarpenter2 jmcarpenter2 merged commit 4aaf67f into master Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant