Skip to main content

StringChunked

Type Alias StringChunked 

Source
pub type StringChunked = ChunkedArray<StringType>;

Aliased Type§

pub struct StringChunked { /* private fields */ }

Trait Implementations§

Source§

impl<'py> ApplyLambdaGeneric<'py> for StringChunked

Source§

fn apply_generic( &self, py: Python<'py>, lambda: &Bound<'py, PyAny>, skip_nulls: bool, ) -> PyResult<Series>

Source§

fn apply_generic_with_dtype( &self, py: Python<'py>, lambda: &Bound<'py, PyAny>, datatype: &DataType, skip_nulls: bool, ) -> PyResult<Series>