File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 147
147
"matplotlib colormap name" : ":doc:`matplotlib colormap name <matplotlib:gallery/color/colormap_reference>`" ,
148
148
"matplotlib axes object" : ":py:class:`matplotlib axes object <matplotlib.axes.Axes>`" ,
149
149
"colormap" : ":py:class:`colormap <matplotlib.colors.Colormap>`" ,
150
- # objects without namespace
150
+ # objects without namespace: xarray
151
151
"DataArray" : "~xarray.DataArray" ,
152
152
"Dataset" : "~xarray.Dataset" ,
153
153
"Variable" : "~xarray.Variable" ,
154
+ "DatasetGroupBy" : "~xarray.core.weighted.DatasetGroupBy" ,
155
+ "DataArrayGroupBy" : "~xarray.core.weighted.DataArrayGroupBy" ,
156
+ # objects without namespace: numpy
154
157
"ndarray" : "~numpy.ndarray" ,
155
158
"MaskedArray" : "~numpy.ma.MaskedArray" ,
156
159
"dtype" : "~numpy.dtype" ,
157
160
"ComplexWarning" : "~numpy.ComplexWarning" ,
161
+ # objects without namespace: pandas
158
162
"Index" : "~pandas.Index" ,
159
163
"MultiIndex" : "~pandas.MultiIndex" ,
160
164
"CategoricalIndex" : "~pandas.CategoricalIndex" ,
You can’t perform that action at this time.
0 commit comments