File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,10 @@ Enhancements
94
94
95
95
Notice that ``shift `` moves data independently of coordinates, but ``roll ``
96
96
moves both data and coordinates.
97
- - Assigning a ``pandas `` object to a ``Dataset `` directly is now permitted. Its
98
- index names correspond to the `dims`` of the ``Dataset ``, and its data is aligned
97
+ - Assigning a ``pandas `` object to the variable of ``Dataset `` directly is now permitted. Its
98
+ index names correspond to the ``dims `` of the ``Dataset ``, and its data is aligned
99
+ - Passing a :py:class: `pandas.DataFrame ` or :py:class: `pandas.Panel ` to a Dataset constructor
100
+ is now permitted
99
101
- New function :py:func: `~xray.broadcast ` for explicitly broadcasting
100
102
``DataArray `` and ``Dataset `` objects against each other. For example:
101
103
You can’t perform that action at this time.
0 commit comments