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

Loading json-saved profiles back

Open Anselmoo opened this issue 4 years ago • 10 comments

Proposed feature

  • profile.load_json_as_report(fname):
    • Using prevoisuly saved report as JSON via json_data = profile.to_json() for instantanly generating reports interactively in Jupyter notebook.
    • This feature should avoid calculating the report again and again from the original datastream
    • JSON for pandas-profile is a great feature for dumping into various data-blobs and NoSQL, therefore a quick visualization via panda-profile would be nice, too

Sorry I went carefully through docs and repository and I couldn't find a JSON-load option including loading tables, figures, reports, and stats. If I missed it, please forget, but provide my the keywords

Anselmoo avatar Jun 29 '20 07:06 Anselmoo