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