sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.01k stars 204 forks source link

Add doc for getting intermediate #781

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Background

For each function plot, plot_correlation, plot_missing and create_report, we have corresponding function to compute the intermediates, i.e., compute, compute_correlation, compute_missing and format_report.

Task

This task is to write a doc to introduce how to get the intermediate for each function (plot, plot_correlation, plot_missing and create_report). To make the doc, you only need to add a jupyter notebook in this location: https://github.com/sfu-db/dataprep/tree/develop/docs/source/user_guide/eda, and refer it in the introduction notebook. Once the PR is merged, the workflow will automatically build docs from the notebook for the next release.

You can refer to the following links for this task.

  1. 681

  2. https://docs.dataprep.ai/user_guide/eda/introduction.html#Get-the-intermediate-data.