Skip to content
New issue

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

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

Already on GitHub? # to your account

Support null_order for sorting from Python #609

Open
nirandaperera opened this issue Aug 22, 2022 · 1 comment
Open

Support null_order for sorting from Python #609

nirandaperera opened this issue Aug 22, 2022 · 1 comment

Comments

@nirandaperera
Copy link
Collaborator

nirandaperera commented Aug 22, 2022

Currently, internal sorting kernels support null_order in C++. But this has not been exposed to the cylon::Table API nor to the python APIs.
This will be synonymous to na_position option in pd.Dataframe.
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.sort_values.html

@kabicm
Copy link

kabicm commented Apr 25, 2024

By default, what is the sorting in cylon::Table using: the nulls before or the nulls after option?

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

No branches or pull requests

2 participants