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.
既存のテーブルの構造に基づいて新しいテーブルを作成しようとしています。次のコードを使用しています。
desc = hf.root,my_table1.description._v_colobjects.copy() desc['new_col1'] = tables.StringCol(12) ... hf.createTable('/','mytable2', desc)
これは物事を行う正しい方法ですか?_v_colobjects に直接アクセスできるかどうかはわかりません。