then wrap your CSV_raw reader object in that: for row in skip_last(CSV_raw):. The generator basically takes the first entry, then starts looping and on each ...
確定! 回上一頁