columns returns the csv headers – data.columns.slice(1) returns the csv headers without the date column (the slice starts at column indexed at 1) ...
確定! 回上一頁