Guest User

Untitled

a guest
Jan 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. %pyspark
  2.  
  3. import pandas as pd
  4. import pandas_profiling
  5.  
  6. pda = df2.toPandas()
  7.  
  8. pfr = pandas_profiling.ProfileReport(pda)
  9.  
  10. #This prints the report to the screen. Note that this will mess up Zeppelin a little bit but it's nothing a quick refresh won't fix.
  11. print "%html "+pfr.html
Add Comment
Please, Sign In to add comment