You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 expectsDataFrameGroupby
s and returnsDataFrames
, or do we expand the function signature of each check/decorator to accept aby
?The text was updated successfully, but these errors were encountered: