modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.91k stars 653 forks source link

FIX-#7327: Use sort parameter of DataFrame.stack #7396

Closed noloerino closed 2 months ago

noloerino commented 2 months ago

What do these changes do?

The sort parameter of DataFrame.stack was exposed in pandas docs in 2.1.0, but we didn't link it from the frontend to the query compiler.