MCPcopy Create free account
hub / github.com/RolnickLab/climart / f

Function f

analysis/wandb_api.py:55–58  ·  view source on GitHub ↗
(df)

Source from the content-addressed store, hash-verified

53
54def df_larger_than(**kwargs) -> DF_MAPPING:
55 def f(df) -> pd.DataFrame:
56 for k, v in kwargs.items():
57 df = df.loc[getattr(df, k) > v]
58 return df
59
60 return f
61

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected