Passable
typing.passable.OptionalPassableData = npt.NDArray[np.generic] | pl.DataFrame | None
module-attribute
¶
typing.passable.PassableData = npt.NDArray[np.generic] | pl.DataFrame
module-attribute
¶
Core data types that we stick to passing around functions. All functions working with data should accept and/or return data of this type.
All stores should return one of these types.