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
For example, to get the top 5 values of a dictionary, I sort the dictionary by value and then take the last 5 entries. While retaining the keys as labels.
Currently
last(d, n)
returns aVector
but it could return aDictionary
. What do you think?The text was updated successfully, but these errors were encountered: