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 36d8c23 commit 14606b5Copy full SHA for 14606b5
1 file changed
python/pyarrow/_csv.pyx
@@ -1210,6 +1210,7 @@ cdef class ConvertOptions(_Weakrefable):
1210
true_values={self.true_values},
1211
false_values={self.false_values},
1212
decimal_point={self.decimal_point!r},
1213
+ default_column_type={self.default_column_type},
1214
strings_can_be_null={self.strings_can_be_null},
1215
quoted_strings_can_be_null={self.quoted_strings_can_be_null},
1216
include_columns={self.include_columns},
0 commit comments