-
Hello, Here's a snippet of code of what I'm doing :
Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
dcherian
Feb 22, 2022
Replies: 1 comment
-
I recommend reading https://docs.xarray.dev/en/stable/user-guide/indexing.html#more-advanced-indexing, subsetting all values you want out of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andersy005
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recommend reading https://docs.xarray.dev/en/stable/user-guide/indexing.html#more-advanced-indexing, subsetting all values you want out of
df1
and then callingto_dataframe
on the result.