You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/05/30 09:11:24 UTC

[GitHub] [arrow] jorisvandenbossche commented on issue #35817: [Docs][C++] "value_counts" kernel doc incorrectly mentions to skip nulls

jorisvandenbossche commented on issue #35817:
URL: https://github.com/apache/arrow/issues/35817#issuecomment-1568071013

   Same is true for `unique`:
   
   ```
   In [3]: pc.unique([1, 2, 2, None, None])
   Out[3]: 
   <pyarrow.lib.Int64Array object at 0x7fb88e1c75e0>
   [
     1,
     2,
     null
   ]
   ```
   
   And to show it's just the docs, we have various tests that cover this.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org