没有 dtype 的 Pandas 中的平均值

时间:2021-08-01 23:58:53

标签: python python-3.x pandas mean

我想找到 df 的平均值,但不想要 dtype 对象。

只想要平均数字

说如果 df 是

5
5
4

我想要 4.66666

0 个答案:

没有答案