While working on #4286 I noticed that the docstring of DataArray.str.get claims to allow passing a default value in addition to the index, but the python code doesn't have that parameter at all.
I think the default value is a good idea and that we should make the code match the docstring.
While working on #4286 I noticed that the docstring of
DataArray.str.getclaims to allow passing a default value in addition to the index, but the python code doesn't have that parameter at all.I think the default value is a good idea and that we should make the code match the docstring.