Data quality diagnosis10 months ago
Preface | Supported data structures | Data: nycflights13 | Data diagnosis | General diagnosis of all variables with diagnose() | Diagnosis of numeric variables with diagnose_numeric() | Diagnosis of categorical variables with diagnose_category() | Diagnosing outliers with diagnose_outlier() | Visualization of outliers using plot_outlier() | Visualization for missing values | visualize pareto chart using plot_na_pareto() | visualize combination chart using plot_na_hclust() | visualize combination chart using plot_na_intersect() | Automated report | Create a diagnostic report using diagnose_web_report() | Contents of dynamic web report | Some arguments for dynamic web report | Screenshot of dynamic report | Create a diagnostic report using diagnose_paged_report() | Contents of static paged report | Some arguments for static paged report | Screenshot of static report | Diagnosing tables in DBMS | Preparing table data | Diagnose data quality of variables in the DBMS | Diagnose data quality of categorical variables in the DBMS | Diagnose data quality of numerical variables in the DBMS | Diagnose outlier of numerical variables in the DBMS | Plot outlier information of numerical data diagnosis in the DBMS | Reporting the information of data diagnosis for table of thr DBMS
