输入
import Vue from 'vue';
import Utils from 'modules/Utils'; // I don't want this
var utils = new Utils; // I don't want this
console.log(utils.array_count(['a','b','c']));
输出
Fruit
Apple 55
Orange 43
我需要相应地重命名列,请帮助
答案 0 :(得分:1)
我认为需要通过以下方式将Series
转换为DataFrame
:
df = df.reset_index(name='Count')