Advertisement
akndiwan

proton.ai Data Scientist Assessment

Sep 19th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.39 KB | None | 0 0
  1. library(readr)
  2. protondata <- read_csv("Desktop/amazon_co-ecommerce_sample.csv")
  3. protondata<-protondata[,c(1:16)]
  4. install.packages("DataExplorer")
  5. library(DataExplorer)
  6. create_report(protondata, output_file ="amzdataqualityreport.html" , config = configure_report(
  7.   add_plot_qq = FALSE, add_plot_prcomp = FALSE, add_plot_correlation = FALSE), report_title = "Amazon E-Commerce Data Quality Report")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement