We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ce9a1 commit 19fd9d4Copy full SHA for 19fd9d4
pandas/io/parsers.py
@@ -132,8 +132,8 @@ class ParserWarning(Warning):
132
133
Note: A fast-path exists for iso8601-formatted dates.
134
infer_datetime_format : boolean, default False
135
- If parse_dates is enabled and this flag is set, pandas will attempt to infer
136
- the format of the datetime strings in the columns, and if it can be
+ If parse_dates is enabled and this flag is set, pandas will attempt to
+ infer the format of the datetime strings in the columns, and if it can be
137
inferred, switch to a faster method of parsing them. In some cases this
138
can increase the parsing speed by ~5-10x.
139
keep_date_col : boolean, default False
0 commit comments