write_zipfile_np

write_zipfile_np(arr, path, inner_path, **kwargs)[source]

Write a dataframe to an inner CSV file to a zip archive.

Parameters:
  • arr – Array-like

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

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

  • kwargs – Additional kwargs to pass to get_np_io() and transitively to numpy.save().

Return type:

None