Skip to content

Instantly share code, notes, and snippets.

@flcong
Last active March 26, 2024 02:24
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flcong/cabff3be5f7d96820d62b7f5e264f779 to your computer and use it in GitHub Desktop.
Save flcong/cabff3be5f7d96820d62b7f5e264f779 to your computer and use it in GitHub Desktop.
Fast Split-Apply-Combine using Numba
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Moofeng
Copy link

Moofeng commented Mar 7, 2023

Thank you very much. It's just what I need! Looking forward to the extensions

@flcong
Copy link
Author

flcong commented Mar 11, 2023

Thank you very much. It's just what I need! Looking forward to the extensions

I've made public some functions that I frequently use in the pyempfin package, where I implement a function for fast groupby-apply (https://github.com/flcong/pyempfin/blob/72482bb912bca8017749d2cc47b2647f8cf27e8d/pyempfin/datautils.py#L483). Yet, the package is not fully tested nor well documented yet, so more for your reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment