Posts by AugustoCorrea • 3 points
1 post
-
0
votes1
answer101
viewsQ: Python - multithreading + csv
I’m trying to write csv files using a Thread for each file. Code iterates a list generated by groupby and calls a thread for each group. Calling the function directly files are saved normally:…