| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../api/../../cpp/../r/reference/as_data_type.html | [Back] [Original] |
Convert an object to an Arrow DataType
as_data_type(x, ...)
# S3 method for class 'DataType'
as_data_type(x, ...)
# S3 method for class 'Field'
as_data_type(x, ...)
# S3 method for class 'Schema'
as_data_type(x, ...)An object to convert to an Arrow DataType
Passed to S3 methods.
A DataType object.
as_data_type(int32())
#> Int32
#> int32
| Web Proxy Viewer | New URL | Original Page |