How to delete dataset “y” from group “male” ?
julia> fid["male"]
?? HDF5.Group: /male (file: miasta.h5)
├─ ?? x
└─ ?? y
Paul
How to delete dataset “y” from group “male” ?
julia> fid["male"]
?? HDF5.Group: /male (file: miasta.h5)
├─ ?? x
└─ ?? y
Paul
I found in Objects · HDF5.jl
delete_object(fid["male/y"])