Skip to content

GH-38342: [Python] Update to_pandas to use non-deprecated DataFrame constructor#38374

Merged
jorisvandenbossche merged 2 commits intoapache:mainfrom
jorisvandenbossche:pandas-internals-blockmanager
Dec 1, 2023
Merged

GH-38342: [Python] Update to_pandas to use non-deprecated DataFrame constructor#38374
jorisvandenbossche merged 2 commits intoapache:mainfrom
jorisvandenbossche:pandas-internals-blockmanager

Conversation

@jorisvandenbossche
Copy link
Copy Markdown
Member

@jorisvandenbossche jorisvandenbossche commented Oct 20, 2023

Rationale for this change

Avoiding a deprecation warning from pandas

@jorisvandenbossche
Copy link
Copy Markdown
Member Author

@github-actions crossbow submit -g python

@github-actions
Copy link
Copy Markdown

Revision: cccae65

Submitted crossbow builds: ursacomputing/crossbow @ actions-0102d30519

Task Status
test-conda-python-3.10 Github Actions
test-conda-python-3.10-cython2 Github Actions
test-conda-python-3.10-hdfs-2.9.2 Github Actions
test-conda-python-3.10-hdfs-3.2.1 Github Actions
test-conda-python-3.10-pandas-latest Github Actions
test-conda-python-3.10-pandas-nightly Github Actions
test-conda-python-3.10-spark-v3.5.0 Github Actions
test-conda-python-3.10-substrait Github Actions
test-conda-python-3.11 Github Actions
test-conda-python-3.11-dask-latest Github Actions
test-conda-python-3.11-dask-upstream_devel Github Actions
test-conda-python-3.11-hypothesis Github Actions
test-conda-python-3.11-pandas-upstream_devel Github Actions
test-conda-python-3.11-spark-master Github Actions
test-conda-python-3.12 Github Actions
test-conda-python-3.8 Github Actions
test-conda-python-3.8-pandas-1.0 Github Actions
test-conda-python-3.8-spark-v3.5.0 Github Actions
test-conda-python-3.9 Github Actions
test-conda-python-3.9-pandas-latest Github Actions
test-cuda-python Github Actions
test-debian-11-python-3 Azure
test-fedora-35-python-3 Azure
test-ubuntu-20.04-python-3 Azure
test-ubuntu-22.04-python-3 Github Actions

@jorisvandenbossche
Copy link
Copy Markdown
Member Author

@github-actions crossbow submit -g python

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 1, 2023

Revision: 82db749

Submitted crossbow builds: ursacomputing/crossbow @ actions-306d85618d

Task Status
test-conda-python-3.10 Github Actions
test-conda-python-3.10-cython2 Github Actions
test-conda-python-3.10-hdfs-2.9.2 Github Actions
test-conda-python-3.10-hdfs-3.2.1 Github Actions
test-conda-python-3.10-pandas-latest Github Actions
test-conda-python-3.10-pandas-nightly Github Actions
test-conda-python-3.10-spark-v3.5.0 Github Actions
test-conda-python-3.10-substrait Github Actions
test-conda-python-3.11 Github Actions
test-conda-python-3.11-dask-latest Github Actions
test-conda-python-3.11-dask-upstream_devel Github Actions
test-conda-python-3.11-hypothesis Github Actions
test-conda-python-3.11-pandas-upstream_devel Github Actions
test-conda-python-3.11-spark-master Github Actions
test-conda-python-3.12 Github Actions
test-conda-python-3.8 Github Actions
test-conda-python-3.8-pandas-1.0 Github Actions
test-conda-python-3.8-spark-v3.5.0 Github Actions
test-conda-python-3.9 Github Actions
test-conda-python-3.9-pandas-latest Github Actions
test-cuda-python Github Actions
test-debian-11-python-3 Azure
test-fedora-38-python-3 Azure
test-ubuntu-20.04-python-3 Azure
test-ubuntu-22.04-python-3 Github Actions

@jorisvandenbossche jorisvandenbossche merged commit 2fadab2 into apache:main Dec 1, 2023
@jorisvandenbossche jorisvandenbossche removed the awaiting committer review Awaiting committer review label Dec 1, 2023
@conbench-apache-arrow
Copy link
Copy Markdown

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.

raulcd pushed a commit that referenced this pull request Dec 4, 2023
…onstructor (#38374)

### Rationale for this change

Avoiding a deprecation warning from pandas

* Closes: #38342

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…rame constructor (apache#38374)

### Rationale for this change

Avoiding a deprecation warning from pandas

* Closes: apache#38342

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@jorisvandenbossche jorisvandenbossche deleted the pandas-internals-blockmanager branch February 27, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Python] pandas internals: Passing a manager object to DataFrame() constructor is deprecated

1 participant