You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/04/11 08:05:48 UTC

[GitHub] [arrow] jorisvandenbossche opened a new issue, #35025: [Python] Update use of deprecated pandas.Categorical fastpath keyword

jorisvandenbossche opened a new issue, #35025:
URL: https://github.com/apache/arrow/issues/35025

   We are using `pd.Categorical(codes, categories, fastpath=True)`. This keyword is deprecated and this should be changed to `pd.Categorical.from_codes(codes, categories)`.


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche closed issue #35025: [Python] Update use of deprecated pandas.Categorical fastpath keyword

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche closed issue #35025: [Python] Update use of deprecated pandas.Categorical fastpath keyword
URL: https://github.com/apache/arrow/issues/35025


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org