Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有一种方法可以更改HDF5 table我在 python 代码中创建的标题,使用pyTables. 我给了错误的标题字符串,我现在也需要更改它,所以当我在 python 中再次打开它时,我可以根据它的标题将它与我加载的其他表区分开来。
HDF5 table
pyTables
您如何更改_v_title属性Node然后再次保存hdf5文件?
_v_title
Node
table._v_title = 'new title'