-
Notifications
You must be signed in to change notification settings - Fork 3.8k
GH-38342: [Python] Update to_pandas to use non-deprecated DataFrame constructor #38374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-38342: [Python] Update to_pandas to use non-deprecated DataFrame constructor #38374
Conversation
@github-actions crossbow submit -g python |
Revision: cccae65 Submitted crossbow builds: ursacomputing/crossbow @ actions-0102d30519 |
@github-actions crossbow submit -g python |
Revision: 82db749 Submitted crossbow builds: ursacomputing/crossbow @ actions-306d85618d |
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 2fadab2. There were 7 benchmark results indicating a performance regression:
The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…onstructor (#38374) ### Rationale for this change Avoiding a deprecation warning from pandas * Closes: #38342 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
…rame constructor (apache#38374) ### Rationale for this change Avoiding a deprecation warning from pandas * Closes: apache#38342 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
Rationale for this change
Avoiding a deprecation warning from pandas