Pivot on single column, but with diagonal historic customer visit view

前端 未结 0 552
走了就别回头了
走了就别回头了 2021-02-14 21:08

With data that is reflected as: df = pd.DataFrame({\'CustID\': [1,2,3, 2,4,5,1, 6,5,2,7,3,8,9,5,4], \'YearVisited\': [2013,2013, 2014, 2014, 2015, 2018, 2019, 2019, 2019, 2020,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题