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

Method operation

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

get_meta_libraryFunction · 0.90

Tested by

no test coverage detected