Typing
polars_st.typing.ArrayLike
module-attribute
#
ArrayLike = Union[
Sequence[Any],
Series,
Array,
ChunkedArray,
ndarray[Any, Any],
Series[Any],
DatetimeIndex,
ArrowArrayExportable,
ArrowStreamExportable,
]
polars_st.typing.IntoIntegerExpr
module-attribute
#
IntoIntegerExpr: TypeAlias = IntoExprColumn | int
polars_st.typing.IntoDecimalExpr
module-attribute
#
IntoDecimalExpr: TypeAlias = IntoExprColumn | int | float