Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a timeseries dataset I am trying to map a monthly pattern onto. I would normally achieve this in pandas by using
pd.merge
to achieve a database-style JOIN. I cannot figure out how to do this in xarray properly.I have long timeseries Dataset with a
time
dim and a 12-value-long monthly pattern DataArray with amonth
dim. Can I do a database style of these two structures to get a new dataset with a new variable that has my monthly pattern mapped to each time in my long timeseries based on the its month?Beta Was this translation helpful? Give feedback.
All reactions