我要转换以下数据框:
ID Level Band Date
1 A A1 2020-06-01
1 B B1 2020-06-03
1 C C1 2020-06-04
到
ID First_Level Second_Level Third_Level First_Band Second_Band Third_Band First_Data Second_Date Third_Date
1 A B C A1 B1 C1 2020-06-01 2020-06-03 2020-06-04
,这是一个示例数据。有多个ID,级别,乐队和关联的日期。如何解决该问题?