Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement sort by index #105

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

jihoonkang0829
Copy link

@jihoonkang0829 jihoonkang0829 commented Dec 8, 2021

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?

  • Compare the indices by the custom object comparator.
  • Added method and docstring to the DataFrame class.

Testing?

I have added and tested sorting in increment and decrement direction and in string-indexed data frames.

Any others?

Worked with @atif-github-venture

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to sort by index?
1 participant