File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ How do I ...
1212 * - How do I...
1313 - Solution
1414 * - add a DataArray to my dataset as a new variable
15- - ``my_dataset[varname] = my_dataArray `` or :py:meth: `Dataset.assign`[#assign_dict]_
15+ - ``my_dataset[varname] = my_dataArray `` or :py:meth: `Dataset.assign ` (see also :ref: ` dictionary_like_methods `)
1616 * - add variables from other datasets to my dataset
1717 - :py:meth: `Dataset.merge `
1818 * - add a new dimension and/or coordinate
@@ -60,6 +60,3 @@ How do I ...
6060 * - make a mask that is ``True `` where an object contains any of the values in a array
6161 - :py:meth: `Dataset.isin `, :py:meth: `DataArray.isin `
6262
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