wearepal / data-science-types

Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Apache License 2.0
202 stars 51 forks source link

Allow DataFrame.sort_values by a single column name #144

Closed melentye closed 4 years ago

melentye commented 4 years ago

according to the documentation, by= can be a str or a list of str

tmke8 commented 4 years ago

Thanks!