• 2022-06-09
    data是DataFrame类型的对象,data.sort_values(by='age') 语句的功能是( )。
    A: 按age列降序排列
    B: 按索引升序排序
    C: 按age列升序排列
    D: 按索引降序排序