Description of coords
type in documentation contradicts the example following it.
#10118
Open
2 of 5 tasks
Labels
What happened?
The data structures documentation in user guide states that:
But the example immediately following it has a list of
coords
that is not a list of tuples:instead
[times, locs]
is a just a list of lists.xarray/doc/user-guide/data-structures.rst
Lines 68 to 70 in 48be376
I believe the code is correct though so just the description of
coords
needs an update and should be clear that if you have just a list of coordinate lists, then the order of the outer list should match the order of thedims
list.What did you expect to happen?
Example not to contradict the description of the type.
Minimal Complete Verifiable Example
N/A
MVCE confirmation
Relevant log output
N/A
Anything else we need to know?
No response
Environment
The text was updated successfully, but these errors were encountered: