scottkleinman / lexos

Development repo for the Lexos API
MIT License
1 stars 0 forks source link

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

Closed scottkleinman closed 1 year ago

scottkleinman commented 2 years ago

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

scottkleinman commented 1 year ago

These methods have been fixed.