Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _
Function
_
dask/dataframe/backends.py:189–190 ·
view source on GitHub ↗
(dtype)
Source
from the content-addressed store, hash-verified
187
188
@make_scalar.register(np.dtype)
189
def
_(dtype):
190
return
_scalar_from_dtype(dtype)
191
192
193
@make_scalar.register(pd.Timestamp)
Callers
nothing calls this directly
Calls
5
_scalar_from_dtype
Function · 0.90
take
Method · 0.80
_constructor
Method · 0.80
copy
Method · 0.45
items
Method · 0.45
Tested by
no test coverage detected