We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fade1 commit 9ad36f2Copy full SHA for 9ad36f2
pandas/io/parsers/readers.py
@@ -196,9 +196,9 @@
196
Dict of functions for converting values in certain columns. Keys can either
197
be integers or column labels.
198
true_values : list, optional
199
- Values to consider as True.
+ Values to consider as True in addition to case-insensitive variants of "True".
200
false_values : list, optional
201
- Values to consider as False.
+ Values to consider as False in addition to case-insensitive variants of "False".
202
skipinitialspace : bool, default False
203
Skip spaces after delimiter.
204
skiprows : list-like, int or callable, optional
0 commit comments