📜  如果 df 索引中存在值,则 pandas - Python 代码示例

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

代码示例1
i = 'g'
if i in df.index:
  print(i)