Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ _to_temp_dataset
Method
_to_temp_dataset
xarray/core/dataarray.py:586–587 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
584
)
585
586
def
_to_temp_dataset(self) -> Dataset:
587
return
self._to_dataset_whole(name=_THIS_ARRAY, shallow_copy=False)
588
589
def
_from_temp_dataset(
590
self, dataset: Dataset, name: Hashable | Default | None = _default
Callers
15
from_iris
Function · 0.95
drop_encoding
Method · 0.95
__dask_graph__
Method · 0.95
__dask_keys__
Method · 0.95
__dask_layers__
Method · 0.95
__dask_optimize__
Method · 0.95
__dask_scheduler__
Method · 0.95
__dask_postcompute__
Method · 0.95
__dask_postpersist__
Method · 0.95
load
Method · 0.95
load_async
Method · 0.95
persist
Method · 0.95
Calls
1
_to_dataset_whole
Method · 0.95
Tested by
3
test_format_xindexes_none
Function · 0.76
test_format_xindexes
Function · 0.76
test_more_transforms_pass_lazy_array_equiv
Function · 0.64