GCXS.asformat

GCXS.asformat(format, **kwargs)[source]

Convert this sparse array to a given format. :param format: A format string. :type format: str

Returns:

out – The converted array.

Return type:

SparseArray

Raises:

NotImplementedError – If the format isn’t supported.