- pyarrow.cpu_count()#
Return the number of threads to use in parallel operations.
The number of threads is determined at startup by inspecting the
OMP_NUM_THREADSandOMP_THREAD_LIMITenvironment variables. If neither is present, it will default to the number of hardware threads on the system. It can be modified at runtime by callingset_cpu_count().
pyarrow.cpu_count — Apache Arrow v23.0.1