We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
These are issues that should not be pushed to 2.x
.loc
KeyError
FutureWarning
.rename / .relabel
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.
The text was updated successfully, but these errors were encountered:
should prob move these to the roadmap / close / checkoff
Sorry, something went wrong.
I think this issue can be closed. #14829 is the only one on this list not already solved.
No branches or pull requests
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
.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 #14829Miscellaneous 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.
The text was updated successfully, but these errors were encountered: