Skip to content

Implement sort by index#105

Open
jihoonkang0829 wants to merge 4 commits intocardillo:masterfrom
jihoonkang0829:75
Open

Implement sort by index#105
jihoonkang0829 wants to merge 4 commits intocardillo:masterfrom
jihoonkang0829:75

Conversation

@jihoonkang0829
Copy link
Copy Markdown

@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