All our checks work around DataFrames right now. I had a case today for checking that a groupwise minimum was above a threshold.
APIwise, do we mirror the current API in a grouped module, that expects DataFrameGroupbys and returns DataFrames, or do we expand the function signature of each check/decorator to accept a by?
All our checks work around
DataFramesright now. I had a case today for checking that a groupwise minimum was above a threshold.APIwise, do we mirror the current API in a
groupedmodule, that expectsDataFrameGroupbys and returnsDataFrames, or do we expand the function signature of each check/decorator to accept aby?