cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
695 stars 167 forks source link

Implement sort by index #105

Open jihoonkang0829 opened 2 years ago

jihoonkang0829 commented 2 years ago

What?

I have implemented the sort by index method, which takes an integer, the sorting direction indicator, and returns a data frame sorted by the order of the indices.

Why?

Resolve #75 issue.

How?