MCPcopy
hub / github.com/pydata/xarray / combine_nested

Function combine_nested

xarray/structure/combine.py:431–444  ·  view source on GitHub ↗
(
    datasets: DatasetHyperCube,
    concat_dim: str
    | DataArray
    | list[str]
    | Sequence[str | DataArray | pd.Index | None]
    | None,
    compat: str | CombineKwargDefault = ...,
    data_vars: str | CombineKwargDefault = ...,
    coords: str | CombineKwargDefault = ...,
    fill_value: object = ...,
    join: JoinOptions | CombineKwargDefault = ...,
    combine_attrs: CombineAttrsOptions = ...,
)

Source from the content-addressed store, hash-verified

429
430@overload
431def combine_nested(
432 datasets: DatasetHyperCube,
433 concat_dim: str
434 | DataArray
435 | list[str]
436 | Sequence[str | DataArray | pd.Index | None]
437 | None,
438 compat: str | CombineKwargDefault = ...,
439 data_vars: str | CombineKwargDefault = ...,
440 coords: str | CombineKwargDefault = ...,
441 fill_value: object = ...,
442 join: JoinOptions | CombineKwargDefault = ...,
443 combine_attrs: CombineAttrsOptions = ...,
444) -> Dataset: ...
445
446
447@overload

Calls 2

iterate_nestedFunction · 0.90
_nested_combineFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…