Commits


Joris Van den Bossche authored and GitHub committed 0402e306a9d
GH-40291: [Python] Accept dict in pyarrow.record_batch() function (#40292) ### Rationale for this change `pa.table(dict)` works, but `pa.record_batch(dict)` is not supported. Let's make this consistent. Also harmonized the documentation for the `data` argument for both functions. * GitHub Issue: #40291 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>