8000 BUG: inconsistent concat casting EA vs non-EA by jbrockmendel · Pull Request #38843 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: inconsistent concat casting EA vs non-EA #38843

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 9 commits into from
Jan 1, 2021
Prev Previous commit
Next Next commit
typo fixup
  • Loading branch information
jbrockmendel committed Jan 1, 2021
commit b18ce62ea67f5d489e4517785e9395fe5adb75a5
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Reshaping
^^^^^^^^^
- Bug in :meth:`DataFrame.unstack` with missing levels led to incorrect index names (:issue:`37510`- Bug in :func:`concat` incorrectly casting to ``object`` dtype in some cases when one or more of the operands is empty (:issue:`38843`)
-
)


Sparse
^^^^^^
Expand Down
0