Skip to content

Commit 92ffadc

Browse files
albertvillanovapmhatre1
authored andcommitted
DOC: Set verbose parameter as deprecated in docstring (pandas-dev#57450)
Set verbose parameter as deprecated in docstring
1 parent efc2ff5 commit 92ffadc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/parsers/readers.py

+2
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@
238238
performance of reading a large file.
239239
verbose : bool, default False
240240
Indicate number of ``NA`` values placed in non-numeric columns.
241+
242+
.. deprecated:: 2.2.0
241243
skip_blank_lines : bool, default True
242244
If ``True``, skip over blank lines rather than interpreting as ``NaN`` values.
243245
parse_dates : bool, list of Hashable, list of lists or dict of {{Hashable : list}}, \

0 commit comments

Comments
 (0)