When I assign a number to a new variable in an array
ds = xr.Dataset({\'data\': ((\'x\'), [1, 2, 3])}) ds[\'new\'] = 5
I get
&