Skip to content

Instantly share code, notes, and snippets.

@flcong
Last active March 26, 2024 02:24
Fast Split-Apply-Combine using Numba
Raw
Loading
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