BUG: concat not sorting mixed column names when None is included by phofl · Pull Request #47331 · pandas-dev/pandas (original) (raw)
mroeschke added a commit that referenced this pull request
ENH: Timestamp +- timedeltalike scalar support non-nano
ENH: Timestamp.sub(datetime) with non-nano
better exception message
BUG: concat not sorting mixed column names when None is included (#47331)
REGR: concat not sorting columns for mixed column names
Fix none in columns
BUG: concat not sorting column names when None is included
Update doc/source/whatsnew/v1.5.0.rst
Co-authored-by: Matthew Roeschke emailformattr@gmail.com
- Add gh reference
Co-authored-by: Matthew Roeschke emailformattr@gmail.com
Add run-tests action (#47292)
Add run-tests action
Fix
Fix
Fix
Update macos-windows.yml
Update posix.yml
Update python-dev.yml
Update action.yml
Update macos-windows.yml
Update posix.yml
Update python-dev.yml
Update python-dev.yml
Update python-dev.yml
Update python-dev.yml
Update python-dev.yml
Update python-dev.yml
Update python-dev.yml
Update python-dev.yml
Update python-dev.yml
ENH: Timestamp pickle support non-nano tzaware (#47340)
ENH: DTA to_pydatetime, time, timetz, date, iter support non-nano
cast in liboffsets
mypy fixup
Co-authored-by: Patrick Hoefler 61934744+phofl@users.noreply.github.com Co-authored-by: Matthew Roeschke emailformattr@gmail.com Co-authored-by: Jonas Haag jonas@lophus.org