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

Function merge

xarray/structure/merge.py:855–861  ·  view source on GitHub ↗
(
    objects: Iterable[DataTree],
    compat: CompatOptions | CombineKwargDefault = ...,
    join: JoinOptions | CombineKwargDefault = ...,
    fill_value: object = ...,
    combine_attrs: CombineAttrsOptions = ...,
)

Source from the content-addressed store, hash-verified

853
854@overload
855def merge(
856 objects: Iterable[DataTree],
857 compat: CompatOptions | CombineKwargDefault = ...,
858 join: JoinOptions | CombineKwargDefault = ...,
859 fill_value: object = ...,
860 combine_attrs: CombineAttrsOptions = ...,
861) -> DataTree: ...
862
863
864@overload

Callers 7

_wrapperFunction · 0.90
map_blocksFunction · 0.90
_combine_1dFunction · 0.90
combine_by_coordsFunction · 0.90
merge_treesFunction · 0.85

Calls 4

merge_treesFunction · 0.85
merge_coreFunction · 0.85
to_datasetMethod · 0.45
_construct_directMethod · 0.45

Used in the wild real call sites across dependent graphs

searching dependent graphs…