📌  相关文章
📜  删除行 pandas 列值不是数字 - Python 代码示例

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

代码示例1
In [215]:

df[df['entrytype'].apply(lambda x: str(x).isdigit())]
Out[215]:
  entrytype
0         0
1         1
4         2