pub trait ToPyArrow {
// Required method
fn to_pyarrow<'py>(&self, py: Python<'py>) -> PyResult<Bound<'py, PyAny>>;
}Expand description
Create a new PyArrow object from a arrow-rs type.
pub trait ToPyArrow {
// Required method
fn to_pyarrow<'py>(&self, py: Python<'py>) -> PyResult<Bound<'py, PyAny>>;
}Create a new PyArrow object from a arrow-rs type.