I created a new file whose handle is fw.
fw.create_dataset('grp1/grp2/grp2/varname',data=arr)
The groups are created before this command. arr
is a numpy
array
with
dimensions (2,3)
.
The file is created successfully. However, the dimensions are named phony_0
,
and phony_1
. How do I change them to say m
and n
?
In general how does one create dimensions within a group and then associate
variables with them?
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…