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

[GitHub] [arrow] jorisvandenbossche opened a new pull request, #35026: GH-35025: [Python] Remove use of deprecated pandas.Categorical fastpath keyword

jorisvandenbossche opened a new pull request, #35026:
URL: https://github.com/apache/arrow/pull/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


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

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


[GitHub] [arrow] jorisvandenbossche merged pull request #35026: GH-35025: [Python] Remove use of deprecated pandas.Categorical fastpath keyword

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche merged PR #35026:
URL: https://github.com/apache/arrow/pull/35026


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

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


[GitHub] [arrow] ursabot commented on pull request #35026: GH-35025: [Python] Remove use of deprecated pandas.Categorical fastpath keyword

Posted by "ursabot (via GitHub)" <gi...@apache.org>.
ursabot commented on PR #35026:
URL: https://github.com/apache/arrow/pull/35026#issuecomment-1505003836

   Benchmark runs are scheduled for baseline = 61b89df503c85e892c0b1b4f0d02b08b26f9eae1 and contender = e488942cd552ac36a46d40477c1b0326a626ed98. e488942cd552ac36a46d40477c1b0326a626ed98 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/9a8e1802183d4b1694821a8b5d1d7567...6c4a12f957c2470ba7b886c87113f3dd/)
   [Failed] [test-mac-arm](https://conbench.ursa.dev/compare/runs/8a2e7b5d471f4aec92ec6649e52d31a3...ed325b9e3f4f425a9aad14b16b6658cb/)
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/ff7a94ecd162454ea9986af5919c43e3...8684967004a14b21bbf8668612b9dd2b/)
   [Finished :arrow_down:0.28% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/17c494251be24af7975b923bd122b263...5dfca74eb17c439ca92ba53034978d16/)
   Buildkite builds:
   [Finished] [`e488942c` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2676)
   [Failed] [`e488942c` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2709)
   [Finished] [`e488942c` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2675)
   [Finished] [`e488942c` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2702)
   [Finished] [`61b89df5` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2675)
   [Failed] [`61b89df5` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2708)
   [Finished] [`61b89df5` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2674)
   [Finished] [`61b89df5` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2701)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


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

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


[GitHub] [arrow] github-actions[bot] commented on pull request #35026: GH-35025: [Python] Remove use of deprecated pandas.Categorical fastpath keyword

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #35026:
URL: https://github.com/apache/arrow/pull/35026#issuecomment-1502884197

   * Closes: #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: github-unsubscribe@arrow.apache.org

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