📜  获取模式数据帧 - Python 代码示例

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

代码示例1
freq_mode = df['my_col'].mode().iat[0]