fbdesignpro / sweetviz

Visualize and compare datasets, target values and associations, with one line of code.
MIT License
2.9k stars 273 forks source link

Suggested enhancements for configuring graphs #133

Open sln2737 opened 1 year ago

sln2737 commented 1 year ago

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 each feature.

For all the categorical variable - the chart is really useless, unless we do some meaning to it. We need to have a configuration item to bin. We need to add number of bins and based on the user input, we have to create as many bins and put them on the charting.

If date type field is found in the dataset, we should put the data spread across the months would rather showing by dates. Even all the summary description metrics must be shown across all the periods - trending.

That would be very much helpful for understanding the data across the period for the timeseries and regression models. Hope you agree. Configuration item for trend = true, would be added.

I am fine to contribute to the project. Let me know how can we connect.