📅  最后修改于: 2022-03-11 14:48:10.182000             🧑  作者: Mango
代码示例1
>>> df.A.str.isnumeric()
0 True
1 NaN
2 NaN
3 True
4 NaN
5 True
6 False
7 False
Name: A, dtype: object
# df.B.str.isnumeric()