Replies: 3 comments
-
|
Thanks for opening your first issue here at xarray! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @HJA24 — this seems like a usage question rather than an issue with the library. I'll convert it to a discussion. You're more likely to get engagement if you can slim down your example into a much smaller MCVE. |
Beta Was this translation helpful? Give feedback.
-
|
It would be helpful if you could slim down the example, but I think there's a misunderstanding of what
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is your issue?
Hi, I want to merge two
xarray.Dataset-objects. I am using version 2023.5.0.My code looks as follows:
I am getting the following error:
How can I merge the two datasets?
The goal is to create a
xarray.Datasetwith coordinatesh2h_id,player_id,opponent_id,chainanddraw. Basically for each data variable inobsI want to concat the correspondingalpha- andbetavalues fromposof that particular observation (throughplayer_idandopponent_id)Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions