You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Returns the key which corresponds to the maximum value of the dataseries"
117
+
118
+
^selfkeyAtValue:self max
119
+
]
120
+
121
+
{ #category : #statistics }
122
+
DataSeries>> argmin [
123
+
"Returns the key which corresponds to the minimum value of the dataseries"
124
+
125
+
^selfkeyAtValue:self min
126
+
]
127
+
114
128
{ #category : #converting }
115
129
DataSeries>> asDataFrame [
116
130
"Converts a data series to a data frame with 1 column. The values in the column of the data frame are the values of the data series. The row names of this data frame are the keys of the data series. The column name of the data frame is same as the name of the data series"
0 commit comments