Skip to content

Added some collapse functions for Python

Alexander Mueller requested to merge python-collapse into master

I added the Python variants of existing SDTL functions col_skew, col_max, col_median, col_min, col_pctile, col_semean, col_sd, col_sum, col_skew, col_var, along with three new functions from Python: col_nomiss (count of non-missing cases in groupby), col_unique (count of unique non-missing cases in groupby), and col_mdev (mean absolute deviation within groupby). I also tried to fix any inconsistencies I found, though I probably didn't catch everything.

Merge request reports

Loading