Open mulimoen opened 3 years ago
This discussion suggests some clearer names for using the builder patterns:
create_dataset::<T>(name, shape) -> Result<Dataset>
create_dataset_like()
require_dataset()
h5py
write_dataset
Yea, create_dataset in particular would be really nice to have (and write_dataset too).
create_dataset
This discussion suggests some clearer names for using the builder patterns:
create_dataset::<T>(name, shape) -> Result<Dataset>
for quick creation of a datasetcreate_dataset_like()
require_dataset()
as used inh5py
write_dataset
as the very easy dump all data at once option