Skip to content

Commit bc34235

Browse files
albertvillanovameeseeksmachine
authored andcommitted
Backport PR pandas-dev#57450: DOC: Set verbose parameter as deprecated in docstring
1 parent 3dca4f0 commit bc34235

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
@@ -240,6 +240,8 @@
240240
performance of reading a large file.
241241
verbose : bool, default False
242242
Indicate number of ``NA`` values placed in non-numeric columns.
243+
244+
.. deprecated:: 2.2.0
243245
skip_blank_lines : bool, default True
244246
If ``True``, skip over blank lines rather than interpreting as ``NaN`` values.
245247
parse_dates : bool, list of Hashable, list of lists or dict of {{Hashable : list}}, \

0 commit comments

Comments
 (0)