DEPR: create issues for the current FutureWarnings in pandas #6641
Closed
Description
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):
- Deprecate load and save in favor of pickle and to_pickle (CLN deprecate save&load in favour of to_pickle&read_pickle #3787)
.\pandas\core\common56.py:{2740, 2756}
.\pandas\core\generic.py:{960, 967} - Deprecate DateRange in favor of DatetimeIndex (no issue number, commit 6fe2db5)
.\pandas\core\daterange.py:{24} - Deprecate timeRule and offset in favor of freq (tshift does not work for Panels #4853, Panel tshift 4853 #4864)
.\pandas\core\datetools.py:{55} - Deprecate force_unicode (Unicode : change df.to_string() and friends to always return unicode objects #2224, BUG: series tidy_repr UnicodeDecodeError #2225)
.\pandas\core\format.py:{369, 442}
.\pandas\core\frame.py:{1283,1342,1387} - Deprecate precision in favor of accuracy (Tweak DataFrame formatting to always use same # of digits #395)
.\pandas\core\format.py:{2143} - Deprecate nanRep in favor of na_rep (nanRep argument deprecation + FutureWarning #275)
.\pandas\core\frame.py:{1133,1285}
.\pandas\core\series.py:{910,1770} - Deprecate colSpace in favor of col_space (no issue, commit 4a5a677)
.\pandas\core\frame.py:{1292,1346,1392} - Deprecate broadcasting TimeSeries along DataFrame index (Broadcasting bug with datetime.date index? #2304)
.\pandas\core\frame.py"{2837} - Deprecate na_last in favor of na_position (EHN/FIX: Add na_last parameter to DataFrame.sort. Fixes GH3917 #5231, BUG: Nested sort with NaN #3917)
.\pandas\core\series.py:{1770} - Deprecate 'name' in favor of 'symbols' (no issue, commit b921d1a)
.\pandas\io\data.py:{344} - Deprecate year/month parameters in finance option signatures (Change Finance Options signatures and deprecate year/month parameters #3822, backwards compatible refactoring of io/data options functionality #3817)
.\pandas\io\data.py:{588,811,848} - Remove kind from read_excel (CLN: Remove unused and undocumented kind keyword from read_excel #4713)
.\pandas\io\excel.py:{103} - Deprecate infer_types to have no effect (REF/BUG/ENH/API: refactor read_html to use TextParser #4770)
.\pandas\io\html.py:{830} - Deprecate unique in HDFStore (ENH: In HDFStore, add select_column method, deprecate unique method #3256)
.\pandas\io\pytables.py:{691} - Deprecate table keyword in HDFStore (API: remove the table keyword, replaced by fmt='s|t' #4645)
.\pandas\io\pytables.py:{1124} - Deprecate rolling_corr_pairwise and expanding_corr_pairwise (Pairwise versions for rolling_cov, ewmcov and expanding_cov #4950)
.\pandas\stats\moments.py:{301,957} - Deprecate time_rule favor freq (API deprecations (time_rule -> freq) with moving window functions #1042)
.\pandas\stats\moments.py:{554} - Deprecate inferTimeRule in favor of infer_freq (Add more robust frequency inference function #391)
.\pandas\tseries\frequencies.py:{247} - Deprecate offset in favor of freq (no issue, commit 3136390)
.\pandas\tseries\index.py:{180}