ydata-profiling icon indicating copy to clipboard operation
ydata-profiling copied to clipboard

GPU Support

Open salmanea opened this issue 3 years ago • 1 comments

It would be great if pandas-profiling can run on GPU

Proposed feature

Alternatives considered

Additional context

salmanea avatar May 18 '21 13:05 salmanea

cuDF would be a candidate backend for this. Since the codebase is already refactored to support multiple backends, and soon will support spark, only the cuDF-specific operations need to be implemented (such as value_counts)

sbrugman avatar May 18 '21 14:05 sbrugman