|
|
|
|
|
by hn8726
455 days ago
|
|
> not the best choice for cpu-bound work, which is likely what you're running into with pandas I'm not a Python user, why is it not good for cpu-bound work? I see the defaults assume some I/O work, but with `max_workers=~cpu_count` it should be what typical dispatchers for CPU-bound work do in other languages |
|