使用迴圈跟sum把每欄加總成為一列的表格方法如下。 AIB_total = pd.DataFrame(columns = years, index=['sum']) for year in years: AIB_total.iloc[ ...
確定! 回上一頁