Re-exports§
Modules§
Structs§
- NoNull
- Just a wrapper structure which is useful for certain impl specializations.
- Super
Type Flags - Super
Type Options - Trust
MyLength - Wrap
Traits§
- Container
- Custom
Iter Tools - Custom
Iter Tools Sized - From
Trusted LenIterator - IntoVec
- Convenience for
x.into_iter().map(Into::into).collect()
using aninto_vec()
function.
Functions§
- _set_
partition_ size - accumulate_
dataframes_ horizontal - accumulate_
dataframes_ vertical - This takes ownership of the DataFrame so that drop is called earlier.
- accumulate_
dataframes_ vertical_ unchecked - This takes ownership of the DataFrame so that drop is called earlier. Does not check if schema is correct
- accumulate_
dataframes_ vertical_ unchecked_ optional - align_
chunks_ binary - Ensure the chunks in both ChunkedArrays have the same length.
- align_
chunks_ ternary - Panics
- any_
values_ to_ supertype - Determine the supertype of a collection of
AnyValue
. - any_
values_ to_ supertype_ and_ n_ dtypes - Determine the supertype and the number of unique data types of a collection of
AnyValue
. - binary_
concatenate_ validities - coalesce_
nulls - ensure that nulls are propagated to both arrays
- coalesce_
nulls_ columns - concat_
df - Concat the DataFrames to a single DataFrame.
- concat_
df_ unchecked - Concat the DataFrames to a single DataFrame.
- dtypes_
to_ schema - Convert a collection of
DataType
into a schema. - dtypes_
to_ supertype - Given multiple data types, determine the data type that all types can safely be cast to.
- get_
numeric_ upcast_ supertype_ lossless - Returns a numeric supertype that
l
andr
can be safely upcasted to if it exists. - get_
supertype - get_
supertype_ with_ options - Given two data types, determine the data type that both types can safely be cast to.
- get_
time_ units - handle_
casting_ failures - materialize_
dyn_ int - merge_
dtypes_ many - operation_
exceeded_ idxsize_ msg - slice_
slice - split
- Splits, but doesn’t flatten chunks. E.g. a container can still have multiple chunks.
- split_
and_ flatten - Split a
Container
intarget
elements. The target doesn’t have to be respected if not Deviation of the target might be done to create more equal size chunks. - split_
df_ as_ ref - Split a
DataFrame
intarget
elements. The target doesn’t have to be respected if not strict. Deviation of the target might be done to create more equal size chunks. - try_
get_ supertype - Given two data types, determine the data type that both types can safely be cast to.
- try_
get_ supertype_ with_ options - with_
unstable_ series - A utility that allocates an
AmortSeries
. The applied function can then use that series container to save heap allocations and swap arrow arrays.