MCPcopy
hub / github.com/dask/dask / test_std_columns_int

Function test_std_columns_int

dask/dataframe/dask_expr/tests/test_groupby.py:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134
135
136def test_std_columns_int():
137 df = pd.DataFrame({0: [5], 1: [5]})
138 ddf = from_pandas(df, npartitions=2)
139 assert_eq(ddf.groupby(ddf[0]).std(), df.groupby(df[0]).std())
140
141
142@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 5

groupbyMethod · 0.95
from_pandasFunction · 0.90
assert_eqFunction · 0.90
stdMethod · 0.45
groupbyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…