DOC: typo: comverted -> converted (#15977)

This commit is contained in:
Jeremy Gray 2017-04-11 16:22:10 -04:00 committed by Joris Van den Bossche
parent ead784f2b4
commit 12b3264d17
1 changed files with 1 additions and 1 deletions

View File

@ -1346,7 +1346,7 @@ class DataFrame(NDFrame):
file
quoting : optional constant from csv module
defaults to csv.QUOTE_MINIMAL. If you have set a `float_format`
then floats are comverted to strings and thus csv.QUOTE_NONNUMERIC
then floats are converted to strings and thus csv.QUOTE_NONNUMERIC
will treat them as non-numeric
quotechar : string (length 1), default '\"'
character used to quote fields