pwspy.utility.fileIO

Functions for quickly loading files using parallel processing.

Functions

loadAndProcess(fileFrame[, processorFunc, ...])

DEPRECATED! This over-complicated function should be replaced with usage of processParallel.

processParallel(fileFrame, processorFunc[, ...])

A convenience function to process the rows of a pandas DataFrame in parallel