cylondata/cylon

Support `null_order` for sorting from Python

nirandaperera opened this issue · 1 comments

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

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