gpt4 book ai didi

python 基于标准的计数示例

转载 作者:太空宇宙 更新时间:2023-11-03 20:10:14 25 4
gpt4 key购买 nike

我想计算数据框中有多少示例具有相同的条件。在计算示例之前,我将选择标准。

我想将它与 groupby 一起使用,但我没有找到解决方案

df_education = df.groupby(['Education','Self_Employed',"Loan_Status"], axis=0).count()

最佳答案

你尝试过吗:

df_education = df.groupby(
["Education", "Self_Employed", "Loan_Status"],
axis=0
).size()

关于python 基于标准的计数示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58751186/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com