Commits


Joris Van den Bossche authored and GitHub committed e488942cd55
GH-35025: [Python] Remove use of deprecated pandas.Categorical fastpath keyword (#35026) ### Rationale for this change We are using `pd.Categorical(codes, categories, fastpath=True)`. This keyword is deprecated in pandas 2.1 and this should be changed to `pd.Categorical.from_codes(codes, categories)`. ### Are there any user-facing changes? No * Closes: #35025 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>