Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix visible deprecation warning, pkg_resources deprecation #178

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

frank1010111
Copy link
Contributor

This should fix #174 and the rejuvenated discussion around #144 (comment). 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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VisibleDeprecationWarning Exception
1 participant