Skip to main content

DataType

Capitalized list of supported PyArrow datatypes outlined in https://arrow.apache.org/docs/python/api/datatypes.html.

Timestamp datatype is expected to be used with unit measured in 'us' and timezone set to 'UTC' inside of parquet column header schema or it won't be accepted; an example for PyArrow binding would look like this: pa.timestamp('us', tz='UTC')

Capitalized list of supported PyArrow datatypes outlined in https://arrow.apache.org/docs/python/api/datatypes.html.

Timestamp datatype is expected to be used with unit measured in "us" and timezone set to "UTC" inside of parquet column header schema or it won't be accepted; an example for PyArrow binding would look like this: pa.timestamp("us", tz="UTC")


© Seequent, The Bentley Subsurface Company