We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609d6a6 commit 1f00335Copy full SHA for 1f00335
doc/source/v0.13.0.txt
@@ -68,9 +68,17 @@ API changes
68
df1 and df2
69
s1 and s2
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
77
- Remove deprecated ``Factor`` (:issue:`3650`)
78
- Remove deprecated ``set_printoptions/reset_printoptions`` (:issue:``3046``)
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`)
82
83
Indexing API Changes
84
~~~~~~~~~~~~~~~~~~~~
0 commit comments