question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve sort_values

See original GitHub issue

Describe the problem

Currently sort_values sorts the values and updates the index/columns based off of the sorted values. We’d like to create a more efficient way of sorting and preferably something that actually parallelizes the work.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
devin-petersohncommented, Dec 20, 2018

Hey @eavidan, quick update. I have started working on this a bit to get a baseline for performance and see where it fits in. I will report back when I have a working prototype integrated with Modin.

1reaction
devin-petersohncommented, Dec 17, 2018

Thanks @eavidan! I should be able to get to this tomorrow. At a glance, it looks pretty good. We should be able to abstract out the core logic and fit it into Modin. Thanks again!

Read more comments on GitHub >

github_iconTop Results From Across the Web

pandas.DataFrame.sort_values — pandas 1.5.2 documentation
Name or list of names to sort by. if axis is 0 or 'index' then by may contain index levels and/or column labels....
Read more >
4 Different Ways to Efficiently Sort a Pandas DataFrame
solved with: MultiIndex .sort_values(). We'll be using this video game sales data, so download the csv file if you want to follow along....
Read more >
Python | Pandas Dataframe.sort_values() | Set-1
Pandas sort_values() function sorts a data frame in Ascending or Descending order of passed Column. It's different than the sorted Python ...
Read more >
How to use the Pandas sort_values method - Sharp Sight
This tutorial will explain how to use the Pandas sort_value method to sort the columns of a DataFrame. It will explain the syntax...
Read more >
How to Sort Data in a Pandas DataFrame - Datagy
... method to better understand your data. In this post, you'll learn how to sort data in a Pandas DataFrame using the Pandas...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found