Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有以下数据集模式。
类型 | 季度 | 收入
如何将 Quarter 列转换为不同的列名(例如 Q2、Q3)并附加相应的收入值?我希望它看起来像下面这样
类型 | Q2 版本 | Q3 版本
谢谢!