Website implementation of Pandas Profiling to help you understand your data using MyBinder cloud services. Also available on Google Colab.
numpy # tested on 1.19.2
pandas # tested on 1.1.2
pandas-profiling[notebook] #tested on 2.9.0
voila<=0.1.23 # tested on 0.1.23 (buggy)
-
On navigation:
Kernel -> Restart & Run All -> Restart and Run All Cells
-
Click on
Upload
below thedisplay(wrapper)
cell and upload your file -
Click on
show
to show profiling result* -
Click on
.json
or.html
to export (generate link to new tab) -
Repeat poin (3) to process new file
*it's more recommended to use the .html
link (use export option), compared to show
profiling result in notebook cell directly, especially for large file to avoid crashing.
-
shift + enter
from first cell untildisplay(wrapper)
cell -
Click on
Upload
below thedisplay(wrapper)
cell and upload your file -
shift + enter
all cell below thedisplay(wrapper)
cell -
Repeat poin (3) and (4) to process new file
*no threading support, run each cell manually
Only accept .csv
format with ,
as delimiter and .
as decimal separator. To make sure, open your .csv
file in notepad. If your .csv
file use ;
as delimiter and ,
as decimal separator, you can use google spreadsheet to convert it or change your windows language settings.