Closed
Description
Issue for tracking the 1.0 release (Early 2018)
See https://github.com/pandas-dev/pandas/wiki/Pandas-Sprint-(July,-2018) for goals / non goals of the release.
Blockers
These are issues that should not be pushed to 2.x
- Numeric operations on all NaNs with bottleneck
-
.loc
not raising aKeyError
when there's at least one missing label (PR API: warning to raise KeyError in the future if not all elements of a list are selected via .loc #17295); need to change this from aFutureWarning
->KeyError
-
.rename / .relabel
: API: allow DataFrame.rename to take a list-like of colums #14829 - Harmonize drop / rename and axis
- Select / filter
- Integer NA
Miscellaneous FAQ
Q. Will python 2.7 be supported?
A. Probably not. Python 2.7 is being dropped at the end of 2018. 1.0 will probably be early 2019.
Q. Will new deprecations be introduced during 1.x?
A. Yes, but they won't be enforced until 2.0.