When using pandas dataframe.to_csv(), with compression='zip', it creates a zip file with two archive files with the EXACT same name

前端 未结 0 914
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-13 01:58

I am trying to save OHLCV (stock pricing) data from a dataframe into a single zipped csv file as follows. My test data is ohlcvData.csv, which I read into a dataframe with

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