File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,17 @@ API changes
68
68
df1 and df2
69
69
s1 and s2
70
70
71
+
72
+ Prior Version Deprecations/Changes
73
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74
+
75
+ These were announced changes in 0.12 or prior that are taking effect as of 0.13.0
76
+
71
77
- Remove deprecated ``Factor`` (:issue:`3650`)
72
78
- Remove deprecated ``set_printoptions/reset_printoptions`` (:issue:``3046``)
73
79
- Remove deprecated ``_verbose_info`` (:issue:`3215`)
80
+ - Remove deprecated ``read_clipboard/to_clipboard/ExcelFile/ExcelWriter`` from ``pandas.io.parsers`` (:issue:`3717`)
81
+ - default for ``tupleize_cols`` is now ``False`` for both ``to_csv`` and ``read_csv``. Fair warning in 0.12 (:issue:`3604`)
74
82
75
83
Indexing API Changes
76
84
~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments