Last active
March 26, 2024 02:24
-
-
Save flcong/cabff3be5f7d96820d62b7f5e264f779 to your computer and use it in GitHub Desktop.
Fast Split-Apply-Combine using Numba
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
Thank you very much. It's just what I need! Looking forward to the extensions