data_profiler icon indicating copy to clipboard operation
data_profiler copied to clipboard

An augmented version of cProfile and Snakeviz

Results 4 data_profiler issues
Sort by recently updated
recently updated
newest added

This could be an issue with my system but it seems like data_profiler isn't building on python3.9 running on wsl2 ubuntu 20.04 with python3.9 and python3.9-dev installed pip install data_profiler...

Hello! I just tried to use the profiler in the notebook, but no graph are showing, the table is present, but the graph not. You can download the small test...

On my Mac I found that I need to install `snakeviz==0.4.0` to use the conda package on the numba channel. Is that true for all platforms?

It seems that `data_profiler` is not on the `defaults` conda channel. Do you recommend using the `numba` channel? ``` conda install -c numba data_profiler ```