Long running process - how to speed up?

Albert-Jan Roskam sjeik_appie at hotmail.com
Sat Feb 19 07:08:12 EST 2022


   On Feb 19, 2022 12:28, Shaozhong SHI <shishaozhong at gmail.com> 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


More information about the Python-list mailing list