Skip to content

Commit

Permalink
DOC: Remove deprecated delim_whitespace from user guide (#58659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloqeely committed May 9, 2024
1 parent 0d29776 commit 1556dc0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions doc/source/user_guide/io.rst
Expand Up @@ -73,14 +73,6 @@ sep : str, defaults to ``','`` for :func:`read_csv`, ``\t`` for :func:`read_tabl
delimiters are prone to ignoring quoted data. Regex example: ``'\\r\\t'``.
delimiter : str, default ``None``
Alternative argument name for sep.
delim_whitespace : boolean, default False
Specifies whether or not whitespace (e.g. ``' '`` or ``'\t'``)
will be used as the delimiter. Equivalent to setting ``sep='\s+'``.
If this option is set to ``True``, nothing should be passed in for the
``delimiter`` parameter.

.. deprecated: 2.2.0
Use ``sep="\\s+" instead.

Column and index locations and names
++++++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit 1556dc0

Please sign in to comment.