Basics
API DOCS
Append data to key in HDF5 file.
filename (str) – The filename of the HDF5 file.
pathname (str) – The path to the key in the HDF5 file.
append_data (any) – The data to be appended.
None