Save a list of DataFrames in a callable 2D format in Python

前端 未结 0 1639
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-22 04:43

I am trying to apply some functions on a list of csv files in a folder. The first step goes pretty well:

files = os.listdir(os.path.join(WD,\'Data/\'))
file_p         


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