[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/api/../../cpp/../c_glib/arrow-glib/enum.CSVQuotingStyle.html [Back]  [Original]

Arrow.CSVQuotingStyle

Arrow

API Version: 25.0

Library Version: 25.0.1

Type

Generated by gi-docgen 2025.3

Enumeration

ArrowCSVQuotingStyle

since: 23.0.0

Declaration

enum Arrow.CSVQuotingStyle

Description [src]

They are corresponding to arrow::csv::QuotingStyle values.

Available since: 23.0.0

Members

GARROW_CSV_QUOTING_STYLE_NEEDED

Only enclose values in quotes which need them.

  • Value: 0
  • Available since: 23.0.0
GARROW_CSV_QUOTING_STYLE_ALL_VALID

Enclose all valid values in quotes.

  • Value: 1
  • Available since: 23.0.0
GARROW_CSV_QUOTING_STYLE_NONE

Do not enclose any values in quotes.

  • Value: 2
  • Available since: 23.0.0

Content


Web Proxy Viewer  |  New URL  |  Original Page