Is there a possibility in python to output column values as file names?

后端 未结 0 1604
甜味超标
甜味超标 2020-12-29 20:22

I have the following df:

In [1]: df = pd.DataFrame([[1, 2], [1, 3], [4, 6]], columns=[\'A\', \'B\'])

In [2]: df
Out[2]: 
   A  B
0  1  2
1  1  3
2  4  6


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