How to "re-index" a group index that was reset? #7633
Answered
by
ricardobarroslourenco
ricardobarroslourenco
asked this question in
Show and tell
-
When I exported a Dataset to NetCDF, it was requested to Now when I reload the NetCDF, these come as coordinates, mentioned that they are a group, however not indexed. How can I make both season and year as indexes (I need to parse the data along these dimensions)? An idea of my current failing structure: |
Beta Was this translation helpful? Give feedback.
Answered by
ricardobarroslourenco
Mar 15, 2023
Replies: 1 comment
-
Able to solve it! I was using a legacy method (read it on the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ricardobarroslourenco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Able to solve it! I was using a legacy method (read it on the
set_index
documentation), and now works.