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

Caching support

Open dclong opened this issue 5 years ago • 1 comments

Missing functionality Caching support seems to be missing.

Proposed feature Is it possible to enable caching when profiling a pandas DataFrame? Since pandas-profiling is for exploration, users might repeatedly run profiling on datasets containing same subsets. Caching might help avoid unnecessary computation again.

dclong avatar Aug 30 '20 06:08 dclong

@dclong Yes, pandas-profiling v3 will include a completely new execution system, that caches results.

sbrugman avatar Sep 19 '20 17:09 sbrugman