Skip to content

Commit 4a71b61

Browse files
bastwmvanvliet
andauthored
Update content/xarray.rst
Co-authored-by: Marijn van Vliet <[email protected]>
1 parent a3f20c7 commit 4a71b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/xarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Exercises 2
378378

379379
.. challenge:: Exercises: Xarray-2
380380

381-
Let's change from clmate science to finance for this example. We assume we want to put the stock prices and trading volumes of three companies over ten days in one dataset. Create an Xarray Dataset that uses time and company as dimensions and contains two DataArrays: ``stock_price`` and ``trading_volume``. You can choose the values for the stock prices and trading volumes yourself. As a last thing, add the currency of the stock prices as an attribute to the Dataset.
381+
Let's change from climate science to finance for this example. Put the stock prices and trading volumes of three companies over ten days in one dataset. Create an Xarray Dataset that uses time and company as dimensions and contains two DataArrays: ``stock_price`` and ``trading_volume``. You can choose the values for the stock prices and trading volumes yourself. As a last thing, add the currency of the stock prices as an attribute to the Dataset.
382382

383383
.. solution:: Solutions: Xarray-2
384384

0 commit comments

Comments
 (0)