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
In multidimensional-coords.ipynb, the groupby_bins operation was on the coordinate xc, but the bins provided were from 0 to 90 and labeled as 'latitude center'. Based on groupby_bins document, the first argument is the variable to group on. I wonder if here it should be groupby_bins("yc") rather than groupby_bins("xc")? Please correct me if my understanding is wrong.
The text was updated successfully, but these errors were encountered:
What is your issue?
In
multidimensional-coords.ipynb
, thegroupby_bins
operation was on the coordinatexc
, but the bins provided were from 0 to 90 and labeled as 'latitude center'. Based ongroupby_bins
document, the first argument is the variable to group on. I wonder if here it should begroupby_bins("yc")
rather thangroupby_bins("xc")
? Please correct me if my understanding is wrong.The text was updated successfully, but these errors were encountered: