Jinglin Peng

Results 12 issues of 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...

type: enhancement

**Describe the bug** The `col1` should be na values, but it's missing value is zero in the Variables section. ![image](https://user-images.githubusercontent.com/18078770/137571092-7f38f902-4f77-4658-8d66-f263d30feaf1.png) **To Reproduce** ```python from dataprep.eda import create_report import pandas as...

type: bug

**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. ![image](https://user-images.githubusercontent.com/18078770/137570895-1713eb9a-2d50-44cd-9696-b50ca9a27fa8.png) **To...

type: bug

**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**...

type: enhancement

**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...

type: enhancement
Epic

**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

type: bug

**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: ![image](https://user-images.githubusercontent.com/18078770/118376783-f1abb180-b57e-11eb-9b24-342280b0ffbd.png) **To...

type: bug

**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**...

type: enhancement
Epic

**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...

doc