用转换和重命名列熊猫分组

时间:2020-11-12 12:46:19

标签: python python-3.x pandas dataframe data-manipulation

我有一个groupby-transform并重命名列

cout << "Input a number between 1 and 10" << endl;
cin >> number;

for (int i = number -1; i >= 0; i--) {
    for (int j = i; j < number; j++) {
        cout << star;
    }
    cout << "*" << endl;
}

return 0;

}

我想对“ Unique_ID”进行分组,并使用“日期”列进行转换和重命名

预期输出为:

enter image description here

1 个答案:

答案 0 :(得分:1)

使用to_datetime进行正确排序,将DataFrame.set_indexDataFrame.unstackDataFrame.sort_index进行整形,并使用.table-striped tbody tr:nth-of-type(odd) td { background-color: rgba(0, 0, 0, .05)!important; } 进行最后列表理解以展平f-string

MultiIndex