hcrad·4 anni fa·discussI have had the same experience and instead of Pandas have been using numpy-groupies to handle aggregate/groupby operations. It's quite performant and feels a bit cleaner to use than importing pandas for a couple operations.https://github.com/ml31415/numpy-groupies
hcrad·6 anni fa·discussPyinstaller + Gooey has been my go-to combo for sharing executable python with simple/intuitive UIs.https://github.com/chriskiehl/Gooey
hcrad·6 anni fa·discussAs far as quickly standing up an effective gui for python, I'd recommend gooey.https://github.com/chriskiehl/Gooey
https://github.com/ml31415/numpy-groupies