Skip to content

Commit 7c8f197

Browse files
committed
doc
1 parent 7f5f035 commit 7c8f197

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/source/whatsnew/v0.20.0.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -455,13 +455,13 @@ Some formerly public extension modules have been moved and/or renamed. These are
455455
If indicated, a deprecation warning will be issued if you reference that module. (:issue:`12588`)
456456

457457
.. csv-table::
458-
:header: "Previous Location", "New Location", "Deprecated", "Removed"
459-
:widths: 30, 30, 4, 4
458+
:header: "Previous Location", "New Location", "Deprecated"
459+
:widths: 30, 30, 4
460460

461-
"pandas.json", "pandas.io.json.libjson", "X", ""
462-
"pandas.parser", "pandas.io.libparsers", "X", ""
463-
"pandas.io.sas.saslib", "pandas.io.sas.libsas", "", "X"
464-
"pandas.msgpack", "pandas.io.msgpack", "", "X"
461+
"pandas.json", "pandas.io.json.libjson", "X"
462+
"pandas.parser", "pandas.io.libparsers", "X"
463+
"pandas.io.sas.saslib", "pandas.io.sas.libsas", ""
464+
"pandas.msgpack", "pandas.io.msgpack", ""
465465

466466

467467
.. _whatsnew_0200.api_breaking.groupby_describe:

0 commit comments

Comments
 (0)