File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -455,13 +455,13 @@ Some formerly public extension modules have been moved and/or renamed. These are
455
455
If indicated, a deprecation warning will be issued if you reference that module. (:issue:`12588`)
456
456
457
457
.. 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
460
460
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", ""
465
465
466
466
467
467
.. _whatsnew_0200.api_breaking.groupby_describe:
You can’t perform that action at this time.
0 commit comments