ElementTree as ET import pandas as pd tree = ET.parse("filename.xml") root = tree.getroot() dfcols = ['IRC', 'IRC2', 'Artist', 'Song', ...
確定! 回上一頁