8000 BUG: Fix concat of frames with extension types (no reindexed columns) by jorisvandenbossche · Pull Request #34339 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: Fix concat of frames with extension types (no reindexed columns) #34339

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/source/whatsnew/v1.1.0.rst
Co-authored-by: Tom Augspurger <TomAugspurger@users.noreply.github.com>
  • Loading branch information
jorisvandenbossche and TomAugspurger authored Jun 18, 2020
commit 2e1f1a6bb7c0d265843dc8034fa56b7838c09f52
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Other enhancements
- :meth:`groupby.transform` now allows ``func`` to be ``pad``, ``backfill`` and ``cumcount`` (:issue:`31269`).
- :meth:`~pandas.io.json.read_json` now accepts `nrows` parameter. (:issue:`33916`).
- :meth `~pandas.io.gbq.read_gbq` now allows to disable progress bar (:issue:`33360`).
- :func:`concat` and `~DataFrame.append` now preserve extension dtypes, for example
- :func:`concat` and :meth:`~DataFrame.append` now preserve extension dtypes, for example
combining a nullable integer column with a numpy integer column will no longer
result in object dtype but preserve the integer dtype (:issue:`33607`, :issue:`34339`).
- :meth:`~pandas.io.gbq.read_gbq` now supports the ``max_results`` kwarg from ``pandas-gbq`` (:issue:`34639`).
Expand Down
0