Assign variable to Dataset, same value for each position along dimension

前端 未结 0 1321
时光说笑
时光说笑 2020-12-02 05:39

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

&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题