zen-xu / pyarrow-stubs

Type annotations for pyarrow
BSD 2-Clause "Simplified" License
15 stars 14 forks source link

fix type hint for sort_by #130

Closed mariusvniekerk closed 1 month ago

mariusvniekerk commented 1 month ago

sort_by takes str or list[tuple(name, order)] as its argument where str is a field name not a sort order