Easiest way to read csv files with multiprocessing in Pandas

前端 未结 4 1780
星月不相逢
星月不相逢 2020-12-03 05:49

Here is my question.
With bunch of .csv files(or other files). Pandas is an easy way to read them and save into Dataframe format. But when the amount of f

4条回答
  •  日久生厌
    2020-12-03 06:32

    If you aren't against using another library, you could use Graphlab's sframe. This creates an object similar to data frames which is very fast to read data if performance is a big issue.

提交回复
热议问题