On Feb 19, 2022 12:28, Shaozhong SHI <[email protected]> wrote:
I have a cvs file of 932956 row and have to have time.sleep in a Python
script. It takes a long time to process.
How can I speed up the processing? Can I do multi-processing?
====
Perhaps a dask df:
https://docs.dask.org/en/latest/generated/dask.dataframe.read_csv.html
--
https://mail.python.org/mailman/listinfo/python-list
