Commits


Joris Van den Bossche authored and GitHub committed 4324a06004e
GH-45296: [Python] Only enable the string dtype on pandas export for pandas>=2.3 (#45383) ### Rationale for this change The option already exists in pandas 2.2, but for that version our code does not work, so restricting it to pandas >= 2.3 * GitHub Issue: #45296 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>