sweetviz icon indicating copy to clipboard operation
sweetviz copied to clipboard

Fix visible deprecation warning, pkg_resources deprecation

Open frank1010111 opened this issue 1 year ago • 4 comments

This should fix https://github.com/fbdesignpro/sweetviz/issues/174 and the rejuvenated discussion around https://github.com/fbdesignpro/sweetviz/issues/144#issuecomment-2333936782. In testing that, I found that pkg_resources was deprecated and failing, so I replaced that code with a pathlib equivalent.

A minimal test is

import pandas as pd
import sweetviz as sv
iris = pd.read_csv('https://raw.githubusercontent.com/mwaskom/seaborn-data/master/iris.csv')
report = sv.analyze(iris)
report.show_html()

frank1010111 avatar Sep 10 '24 02:09 frank1010111

@fbdesignpro, have you merged this branch?

mingjun1120 avatar Jan 04 '25 09:01 mingjun1120

This would be great to have merged!

AlexanderDefuria avatar Feb 10 '25 16:02 AlexanderDefuria

Any plans on merging this?

carelinus avatar Feb 20 '25 15:02 carelinus

Would love for this to be merged!

ignaceHelsen avatar Jun 19 '25 08:06 ignaceHelsen