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

Method operation

dask/dataframe/dask_expr/_expr.py:1581–1582  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1579
1580 @staticmethod
1581 def operation(*args, **kwargs):
1582 return get_meta_library(args[0]).to_datetime(*args, **kwargs)
1583
1584 @functools.cached_property
1585 def _kwargs(self):

Callers

nothing calls this directly

Calls 1

get_meta_libraryFunction · 0.90

Tested by

no test coverage detected