encode_h5_strings
encode_h5_strings(
values: str | collections.abc.Sequence[str, collections.abc.Sequence[str]] ,
)-> ‘np.ndarray’
Encode strings as a fixed-length UTF-8 HDF5 byte array.
| function of dascore.utils.hdf5 | source |
encode_h5_strings(
values: str | collections.abc.Sequence[str, collections.abc.Sequence[str]] ,
)-> ‘np.ndarray’
Encode strings as a fixed-length UTF-8 HDF5 byte array.