gpt4 book ai didi

r - 如何计算数据框中的数据类型数

转载 作者:行者123 更新时间:2023-12-05 08:16:32 27 4
gpt4 key购买 nike

数据集中有多少变量属于“因子”类型?

> str(bollywood)

'data.frame': 52 obs. of 8 variables:
$ Movie : chr "Dilwale" "Bajirao Mastani" "Hate Story 3" "Tamasha" ...
$ Hero : Factor w/ 39 levels "Abhishek_Bachchan",..: 38 30 36 28 34 29 31 20 35 19 ...
$ Rdate : Factor w/ 42 levels "01-05-2015","02-10-2015",..: 26 26 5 37 16 41 41 41 32 22 ...
$ Ocollection : num 21 12.8 9.72 10.94 40.35 ...
$ Wcollection : num 65.1 46.8 26.8 38.2 129.8 ...
$ Fwcollection: num 102.7 86.2 42.2 53.5 172.8 ...
$ Tcollection : num 148.7 184.2 51.7 67.3 210.2 ...
$ Verdict : Factor w/ 4 levels "Average","Flop",..: 3 3 4 1 3 2 2 2 2 4 ...

我可以手动看到数据框中有 4 个因素。有什么方法可以计算因素数吗?我想计算数据框中的数据类型数量

最佳答案

或者更一般地说,要计算每种类型的数量,您可以使用

table(sapply(bollywood, class))

这将打印一个表格,其中包含整个 data.frame 中每种数据类型的计数。

关于r - 如何计算数据框中的数据类型数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37702222/

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