简体   繁体   中英

How to change the an HDF5 table title (created using pytables)

I was wondering if there was a way to change the title of an HDF5 table , that I created in my python code, using pyTables . I gave the wrong title string, and I need too change it now, so when I open it again in python, I can distinguish it from other tables that I load, according to its title.

您如何更改Node上的_v_title属性,然后再次保存hdf5文件?

table._v_title = 'new title'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM