Pandas数据透视表:如何限制列只显示一年的数据?

时间:2018-05-25 21:11:53

标签: pandas

我正在使用Pandas数据透视表,并希望将其限制为仅在列中显示一年。例如,在以下情况中,我如何仅显示2015年的价值?

pd.pivot_table(df, values="Value", 
               index=["Reporting Route Description"],
              aggfunc="sum", columns=["Departure Datetime: Year (YYYY)"])

enter image description here

1 个答案:

答案 0 :(得分:0)

这应该可以解决问题:

document.write