import pandas as pd # 檔案路徑,在字串外面加上r,避免轉譯 path = r'寬表格轉長 ... 將2個維度合併成一個欄位 df[1] = df[0] + '_' + df[1] # 篩選掉不需要的列,重 ...
確定! 回上一頁