Jinglin Peng
Jinglin Peng
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
## Summary Implement a function 'create_db_report' to elaborate details of a database schema through interactive visualizations of table statistics and schema diagrams.. Ref: https://schemaspy.org/sample/index.html ## Design-level Explanation Actions 1- Integrating...
**Describe the bug** The `col1` should be na values, but it's missing value is zero in the Variables section.  **To Reproduce** ```python from dataprep.eda import create_report import pandas as...
**Describe the bug** The missing value section is not show for the following cases. However, if we change column name to 'col1' and 'col2', then it works correctly.  **To...
**Is your feature request related to a problem? Please describe.** Create a report to compare dataframes. The report is like [sweetviz](https://github.com/fbdesignpro/sweetviz) and our `create_report` function. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Currently the plot_correlation only works for numerical variable. This issue extends `plot_correlation` to support categorical variable. **Describe the solution you'd...
**Describe the bug** The layout in Kaggle needs to be polished and the table needs to be aligned. https://www.kaggle.com/nishantdhingra/let-s-predict-concrete-compressive-strength/comments#1322859
**Describe the bug** When df has a column will all NA values (in the reproduce code below, `const_na` column is full NA), `plot_missing(df, x)` will throw an error:  **To...
**Is your feature request related to a problem? Please describe.** The goal of this issue is to polish the visualizations and make them more attractive. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Add a section in the install documentation (https://sfu-db.github.io/dataprep/installation.html) of how to install dataprep in different platforms like Google Colab and...