sweetviz icon indicating copy to clipboard operation
sweetviz copied to clipboard

Visualize and compare datasets, target values and associations, with one line of code.

Results 51 sweetviz issues
Sort by recently updated
recently updated
newest added

I just installed sv for the first time today on this machine, and some change in markupsafe 2.1.0 causes the `import sweetviz as sv` to fail. I do not have...

bug

First try using sweetviz. I'm running in a modified scipy-notebook container running python3.9. import sweetviz as sv my_report = sv.analyze(df) my_report.show_html() ``` [Summarizing dataframe] [ 0%] 00:00 -> (? left)...

bug

Hi, I have tried to insert the line sv.config_parser.read("override.ini") into my code right after the import after I have set "show_logo = 0" under the layout section but I noticed...

Hello, the html report produced by the following script shows that if bill_length_mm

If we have more than 100 features, no label is clear in current correlation map. But if we create heatmap by seaborn or just pandas, user can zoom html to...

feature request

When trying to create an HTML report for the computed dataframe analysis an error is created during the creation of the HTML file: ``` my_report = sv.compare_intra(df_viz, df_viz["key"] == 0,...

bug

I need a conda for this. Pip ends up corrupting my environment, because Sweetviz relies on older packages and pip removes some of he latest packages needed by Pandas, matplotlib,...

feature request
install/setup

Hi -- thanks for the great work, is there any way to embed or get these nice visualisations into a dash app?

feature request

I am processing 4 datasets with different number of variables and each with over 4 million rows. When processing the 4 with 52 variables. I get this error and the...

i seem to get an error when working or analyzing dataset that are greater than 890000 rows is this a bug or is there a limit on the record size....