Commits


Joris Van den Bossche authored and GitHub committed 9dc63c247ef
GH-35817: [Docs][C++] Fix value_counts/unique doc about null handling (#35818) ### Rationale for this change The documentation of "unique" and "value_counts" kernels indicate that nulls in the input are ignored, but this is not the case: they are considered as distinct values that are counted. * Closes: #35817 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>