ydata-profiling
ydata-profiling copied to clipboard
GPU Support
It would be great if pandas-profiling can run on GPU
Proposed feature
Alternatives considered
Additional context
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)