MCPcopy Create free account
hub / github.com/dask/dask / f

Function f

dask/dataframe/dask_expr/tests/test_collection.py:388–389  ·  view source on GitHub ↗
(x, y, z=0)

Source from the content-addressed store, hash-verified

386 ddf = from_pandas(df, npartitions=4)
387
388 def f(x, y, z=0):
389 return x + y + z
390
391 assert_eq(ddf.pipe(f, 1, z=2), f(ddf, 1, z=2))
392 assert_eq(ddf.x.pipe(f, 1, z=2), f(ddf.x, 1, z=2))

Callers 2

test_pipeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected