[QST] Is Series.value_counts supposed to behave differently between Pandas and CuDF ? #16044
Labels
0 - Backlog
In queue waiting for assignment
bug
Something isn't working
cudf.pandas
Issues specific to cudf.pandas
doc
Documentation
Python
Affects Python cuDF API.
From reading the value_counts() docs, i gathered that the function would be working exactly the same as the pandas implementation, but upon using it, it became clear that the output is different in some cases, specifically when using the
bins
parameter:sort=False
and the input data is the same in order in both cases.Is this by design, or should the 2 implementations produce the same output ?
The text was updated successfully, but these errors were encountered: