Python - How to get columns of the DataFrame and then filter it to keep only certain values

后端 未结 0 723

I have a pandas dataframe with columns as shown:

data = {"col1":[1, 2, 3], "col2":[1, 2, 3],"2020-10-19":[1, 2, 3], "2018-1         


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