Int8Chunked
struct Int8Chunked
from_array
pub fn from_array(values: [int], name: string = ""): Int8Chunked
from_array
pub fn from_array(values: [int], name: string = ""): Int8Chunked
from_array_opt
pub fn from_array_opt(values: [int?], name: string = ""): Int8Chunked
from_array_opt
pub fn from_array_opt(values: [int?], name: string = ""): Int8Chunked
append
pub fn append(self, other: Int8Chunked) throws PolarsError
Append another chunked array to this chunked array.
append
pub fn append(self, other: Int8Chunked) throws PolarsError
Append another chunked array to this chunked array.
Append another chunked array to this chunked array.
clone
pub fn clone(self): Int8Chunked
Clone the chunked array.
clone
pub fn clone(self): Int8Chunked
Clone the chunked array.
Clone the chunked array.
Returns the data type of the chunked array.
Returns the data type of the chunked array.
Returns the data type of the chunked array.
Returns the first value of the chunked array.
Returns the first value of the chunked array.
Returns the first value of the chunked array.
Returns the value at the given index.
Returns the value at the given index.
Returns the value at the given index.
Returns true
if the chunked array is empty.
Returns true
if the chunked array is empty.
Returns true
if the chunked array is empty.
iter
pub fn iter(self): Int8ChunkedIter
Returns an iterator over the chunked array.
iter
pub fn iter(self): Int8ChunkedIter
Returns an iterator over the chunked array.
Returns an iterator over the chunked array.
iter_no_null
pub fn iter_no_null(self): Int8ChunkedNoNullIter
Returns an iterator over the chunked array without null values.
iter_no_null
pub fn iter_no_null(self): Int8ChunkedNoNullIter
Returns an iterator over the chunked array without null values.
Returns an iterator over the chunked array without null values.
Returns the last value of the chunked array.
Returns the last value of the chunked array.
Returns the last value of the chunked array.
Returns the length of the chunked array.
Returns the length of the chunked array.
Returns the length of the chunked array.
Returns the name of the chunked array.
Returns the name of the chunked array.
Returns the name of the chunked array.
null_count
pub fn null_count(self): int
Returns the null count of the chunked array.
null_count
pub fn null_count(self): int
Returns the null count of the chunked array.
Returns the null count of the chunked array.
Convert the chunked array to a Navi array.
Convert the chunked array to a Navi array.
Convert the chunked array to a Navi array.
to_array_no_null
pub fn to_array_no_null(self): [int]
Convert the chunked array to a Navi array without null values.
to_array_no_null
pub fn to_array_no_null(self): [int]
Convert the chunked array to a Navi array without null values.
Convert the chunked array to a Navi array without null values.