You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently started using xarray in my work and came across this issue where after defining the coordinate labels for my dataset (see below for example), when using idxmin() method function, it seems to change the label for the coordinate that was originally set to "Probe frequency" to "VNA_ch1_ch1_frequency". How do I fix this? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I recently started using xarray in my work and came across this issue where after defining the coordinate labels for my dataset (see below for example), when using
idxmin()
method function, it seems to change the label for the coordinate that was originally set to "Probe frequency" to "VNA_ch1_ch1_frequency". How do I fix this? Thanks.Beta Was this translation helpful? Give feedback.
All reactions