Resolve "DeprecationWarning: sorted_dict.iloc is deprecated. Use SortedDict.keys() instead."
Closes #92 (closed)
This might impact performance, since sorted_dict.keys()
might be O(N), but I am not 100 percent certain on this, but it sounds logical
Edited by Joseph Weston