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

Added the ability to output an embedded html code as a string as well as to write the html file to the filesystem without opening a browser.

version: 1.0.3 date: Jul 22, 2020 Currently "sweetviz" only has bar-charts for visualizations. For medium-size data analysis (such as titanic or Boston housing) it is not much costly to show...

feature request

The function show_html() is generating HTML and writing it to a file. It does not return any data. It would be useful if it return the generated HTML as a...

feature request
workaround found

The data cannot be output in the original order, and it is forced to be sorted according to the amount of data from large to small for example: ![image](https://github.com/fbdesignpro/sweetviz/assets/16778342/e2934620-d255-4f3e-a1ff-52f3b7123b52) I...

feature request

There was a previous issue regarding this error (#40) that was resolved, but the error has resurfaced. ``` pandas==2.1.4 sweetviz==2.3.1 ``` To repro: ```python import numpy as np import pandas...

bug

Hello, First, i'd like to thank the authors for the great job done creating this library. It helps me a lot while working with data. I'd like to know if...

Hi, thanks for creating and maintaining this project! I have more than 100 variables and have difficulties to read the picture that gets generated in the "Associations" part of the...

question
workaround found

I wish to add few nice to have metrics in the sweetviz. Need your help in doing so. In the dataframe analyse output need to add the sample values for...

feature request

In some cases, the natural order of categories or discrete values matters more than the order of frequencies. So please, add a possibility to order categories not only by frequency...

feature request

I am fun of this library. I have used, I would like to use for all EDA, however it is giving error with a dataframe out of json file. After...

can't repro issue