We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Any
fill_value
1 parent 8ca6cc0 commit f831a0dCopy full SHA for f831a0d
xarray/core/concat.py
@@ -441,7 +441,7 @@ def _dataset_concat(
441
coords: str | list[str],
442
compat: CompatOptions,
443
positions: Iterable[Iterable[int]] | None,
444
- fill_value: object = dtypes.NA,
+ fill_value: Any = dtypes.NA,
445
join: JoinOptions = "outer",
446
combine_attrs: CombineAttrsOptions = "override",
447
) -> T_Dataset:
0 commit comments