我正在使用Pandas数据透视表,并希望将其限制为仅在列中显示一年。例如,在以下情况中,我如何仅显示2015年的价值?
pd.pivot_table(df, values="Value",
index=["Reporting Route Description"],
aggfunc="sum", columns=["Departure Datetime: Year (YYYY)"])
答案 0 :(得分:0)
这应该可以解决问题:
document.write