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

OpenNREJsonWriter -- df.sort is not an inplace by default #407

Closed
1 task
nicolay-r opened this issue Oct 14, 2022 · 0 comments
Closed
1 task

OpenNREJsonWriter -- df.sort is not an inplace by default #407

nicolay-r opened this issue Oct 14, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@nicolay-r
Copy link
Owner

The problem is that there is no need to perform this operation. This results in nothing.

df.sort_values(by=[const.ID], ascending=True)

  • We may provide order by columns method, where list of columns correspond the order.
@nicolay-r nicolay-r added bug Something isn't working enhancement New feature or request labels Oct 14, 2022
@nicolay-r nicolay-r changed the title OpenNREJsonWriter -- df.sort is not an inplace by default OpenNREJsonWriter -- df.sort is not an inplace by default Oct 14, 2022
@nicolay-r nicolay-r self-assigned this Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant