Try: myData.dtype.names. This will return a tuple of the field names. In [10]: myData.dtype.names Out[10]: ('TIME', 'FX', 'FY', 'FZ').
確定! 回上一頁