Skip to content

Instantly share code, notes, and snippets.

@gvyshnya
Created October 18, 2020 19:11
Show Gist options
  • Save gvyshnya/f6abf55a1eb42ba54fed3c45901880e2 to your computer and use it in GitHub Desktop.
Save gvyshnya/f6abf55a1eb42ba54fed3c45901880e2 to your computer and use it in GitHub Desktop.
SweetViz - Comparing Two Datasets
import sweetviz as sv
df1 = sv.compare(df_tr, df_cntr, pairwise_analysis='on')
df1.show_html(cells_tr_cntr_comparison_path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment