AlenkaF commented on PR #48969: URL: https://github.com/apache/arrow/pull/48969#issuecomment-3798979895
Thank you @tadeja for looking into this! One question regarding the bump of the Python version in Sphinx&Numpydoc job. I think it would be good if the examples worked for users with new or old pandas version. What if we use `...` (`ELLIPSIS`) instead of changing the string type? Or even better, we could not use pandas where possible and instead create a pyarrow table directly, like so: https://github.com/apache/arrow/blob/95a3ed4b6bb283b1e0a2447a8f2e97f13e613298/python/pyarrow/table.pxi#L1812-L1814 -- 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]
