scottkleinman/lexos

`DTM.least_frequent()` and `DTM.most_frequent()` are broken

Closed this issue · 1 comments

These methods need further testing. For now, it is recommended that you use DTM.get_stats_table() and sort the results using pandas.

These methods have been fixed.