Skip to content

Commit 228ae2c

Browse files
committed
Updated doc/source/whatsnew/v2.0.0.rst to reflect deprecated behaviour of 'delimiter' option to 'read_fwf()'.
Signed-off-by: Ronald Barnes <[email protected]>
1 parent 713b3d3 commit 228ae2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v2.0.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ Other API changes
622622
- Loading a JSON file with duplicate columns using ``read_json(orient='split')`` renames columns to avoid duplicates, as :func:`read_csv` and the other readers do (:issue:`50370`)
623623
- The levels of the index of the :class:`Series` returned from ``Series.sparse.from_coo`` now always have dtype ``int32``. Previously they had dtype ``int64`` (:issue:`50926`)
624624
- :func:`to_datetime` with ``unit`` of either "Y" or "M" will now raise if a sequence contains a non-round ``float`` value, matching the ``Timestamp`` behavior (:issue:`50301`)
625+
- :func:`read_fwf` preserves whitespace by default (:issue:`16772`)
625626
-
626627

627628
.. ---------------------------------------------------------------------------
@@ -638,6 +639,7 @@ Deprecations
638639
- :meth:`Index.holds_integer` has been deprecated. Use :func:`pandas.api.types.infer_dtype` instead (:issue:`50243`)
639640
- :meth:`Index.is_categorical` has been deprecated. Use :func:`pandas.api.types.is_categorical_dtype` instead (:issue:`50042`)
640641
- :meth:`Index.is_interval` has been deprecated. Use :func:`pandas.api.types.is_intterval_dtype` instead (:issue:`50042`)
642+
- Deprecated behaviour of :func:`read_fwf` `delimiter` option. Use option `keep_whitespace` and `whitespace_chars` instead
641643
-
642644

643645
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)