jorisvandenbossche commented on code in PR #49088:
URL: https://github.com/apache/arrow/pull/49088#discussion_r2749993332
##########
docs/source/python/data.rst:
##########
@@ -684,7 +684,7 @@ When using :class:`~.DictionaryArray` with pandas, the
analogue is
6 NaN
7 baz
dtype: category
- Categories (3, object): ['foo', 'bar', 'baz']
+ Categories (3, ...): ['foo', 'bar', 'baz']
Review Comment:
For general tests (unit tests) we certainly have to test with various pandas
versions (i.e. whichever range we claim to support), but personally I think for
_doctests_ it is perfectly fine to just have those passing in one specific
environment (they are not meant as actual proper tests, but only to ensure the
docs are correct and kept up to date)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]