File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,8 @@ setting) variables and attributes:
353
353
This is particularly useful in an exploratory context, because you can
354
354
tab-complete these variable names with tools like IPython.
355
355
356
+ .. _dictionary_like_methods :
357
+
356
358
Dictionary like methods
357
359
~~~~~~~~~~~~~~~~~~~~~~~
358
360
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ How do I ...
12
12
* - How do I...
13
13
- Solution
14
14
* - add a DataArray to my dataset as a new variable
15
- - ``my_dataset[varname] = my_dataArray `` or :py:meth: `Dataset.assign `
15
+ - ``my_dataset[varname] = my_dataArray `` or :py:meth: `Dataset.assign`[#assign_dict]_
16
16
* - add variables from other datasets to my dataset
17
17
- :py:meth:`Dataset.merge `
18
18
* - add a new dimension and/or coordinate
@@ -59,3 +59,7 @@ How do I ...
59
59
- ``obj.dt.ceil ``, ``obj.dt.floor ``, ``obj.dt.round ``. See :ref: `dt_accessor ` for more.
60
60
* - make a mask that is ``True `` where an object contains any of the values in a array
61
61
- :py:meth: `Dataset.isin `, :py:meth: `DataArray.isin `
62
+
63
+ .. rubric :: Footnotes
64
+
65
+ .. [#assign_dict ] See also :ref: `_dictionary_like_methods `:.
You can’t perform that action at this time.
0 commit comments