-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DEPR: create issues for the current FutureWarnings in pandas #6641
Comments
cc @jsexauer if you are interested! These are older deprecations that need to be removed (or at the very least create an issue to track these). maybe more that. |
Sure I'll look into this, thanks! |
great....if you post the issues that these are related 2 (you will have to look thru release.rst and/or Their may be more (I am sure their are more)...you can |
Here is what I found (line numbers as of commit 70de129):
Please don't approve any pep8 storms until we fix these if planning to get rid of for this release :) |
whoosh! the na_last, and corr pairwise are already in another issue (the only other issue with a DEPR tag) - so take them out of here with the exception of the time series broadcasting I think could do any that are 0.12 or before you can group several to a PR just be sure to mention in v0.14 notes and in release notes in the prior depreciations removed section their may be doc build failures for some of these (possibly) so may need to change |
make that 0.11 or before will evaluate the rest at a later time |
DOC: Use correct git hub numbers for deprecations [#6641]
need to have open issues so remember to remove these deprecations indciated by FutureWarnings
ideally also link the issues back to the original deprecation. Off the top of my head.
their are more though.
Here is what I found (line numbers as of commit 70de129):
.\pandas\core\common56.py:{2740, 2756}
.\pandas\core\generic.py:{960, 967}
.\pandas\core\daterange.py:{24}
.\pandas\core\datetools.py:{55}
.\pandas\core\format.py:{369, 442}
.\pandas\core\frame.py:{1283,1342,1387}
.\pandas\core\format.py:{2143}
.\pandas\core\frame.py:{1133,1285}
.\pandas\core\series.py:{910,1770}
.\pandas\core\frame.py:{1292,1346,1392}
.\pandas\core\frame.py"{2837}
.\pandas\core\series.py:{1770}
.\pandas\io\data.py:{344}
.\pandas\io\data.py:{588,811,848}
.\pandas\io\excel.py:{103}
.\pandas\io\html.py:{830}
.\pandas\io\pytables.py:{691}
.\pandas\io\pytables.py:{1124}
.\pandas\stats\moments.py:{301,957}
.\pandas\stats\moments.py:{554}
.\pandas\tseries\frequencies.py:{247}
.\pandas\tseries\index.py:{180}
The text was updated successfully, but these errors were encountered: