'pd.read_csv' using variable size chunks: How to stop without try/except?

后端 未结 0 662
走了就别回头了
走了就别回头了 2021-01-23 01:54

pd.read_csv(iterator=True) returns an iterator of type TextFileReader. I need to call TextFileReader.get_chunk in order to specify the num

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