📜  创建频率表|生成频率表 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:30.647000             🧑  作者: Mango

代码示例1
var = df['col'].value_counts(bins=10).sort_index()