read_zip_np

read_zip_np(path, inner_path, **kwargs)[source]

Read an inner numpy array-like from a zip archive.

Parameters:
  • path (Union[str, Path]) – The path to the zip archive

  • inner_path (str) – The path inside the zip archive to the dataframe

  • kwargs – Additional kwargs to pass to numpy.load().

Returns:

A numpy array or other object

Return type:

numpy.typing.ArrayLike