filter table based on list values

前端 未结 0 1843
忘了有多久
忘了有多久 2021-02-05 06:03

I had a script that would filter a dataframe based on a list of values.

with open(\'itens.txt\', \'r\') as f:
    items = f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题