This method should return the key at which the element of DataSeries is the biggest. For example: ```st series := DataSeries withKeys: #(2017 2018 2019 2020) values: #(13 42 25 15). series argmax. "2018" ```
This method should return the key at which the element of DataSeries is the biggest.
For example: