read_zip_np
- read_zip_np(path: str | Path, inner_path: str, **kwargs: Any) numpy.typing.ArrayLike[source]
Read an inner numpy array-like from a zip archive.
- Parameters:
path – The path to the zip archive
inner_path – The path inside the zip archive to the dataframe
kwargs – Additional kwargs to pass to
numpy.load().
- Returns:
A numpy array or other object