| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/api/../../cpp/../c_glib/arrow-glib/class.CSVReadOptions.html | [Back] [Original] |
Generated by gi-docgen 2025.3
class Arrow.CSVReadOptions : GObject.Object
{
/* No available fields */
}
No description available.
Whether values are allowed to contain CR (0x0d) and LF (0x0a) characters.
since: 0.12.0
Whether string / binary columns can have null values.
If TRUE, then strings in “null_values” are considered null for string columns.
If FALSE, then all strings are valid string values.
since: 0.14.0
Block size we request from the IO layer; also determines the size
of chunks when GArrowCSVReadOptions:use-threads is TRUE.
since: 0.12.0
Escaping character. This is used only when
GArrowCSVReadOptions:is-escaped is TRUE.
since: 0.12.0
Whether empty lines are ignored. If FALSE, an empty line
represents a simple empty value (assuming a one-column CSV file).
since: 0.12.0
Whether a quote inside a value is double quoted.
since: 0.12.0
The number of header rows to skip (not including the row of column names, if any).
since: 0.15.0
Quoting character. This is used only when
GArrowCSVReadOptions:is-quoted is TRUE.
since: 0.12.0
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
| Web Proxy Viewer | New URL | Original Page |