tadeja opened a new issue, #49349: URL: https://github.com/apache/arrow/issues/49349
a) Change tables.pxi and types.pxi doctests to pandas 3 specific output as CI conda-python-docs got updated from using both pandas 2.3.3 and 3 to only pandas 3 - https://github.com/apache/arrow/pull/49088#discussion_r2747150383 b) Simplify doctests - replace pa.Table.from_arrays([...], names=[...]) with pa.table({...}) as suggested by @jorisvandenbossche in [#48969](https://github.com/apache/arrow/pull/48969/changes#r2750001373) -- 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]
