We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fails to load profile. This was working last time we ran it.
Returns error - ModuleNotFoundError: No module named 'scipy.stats._mvn'
For it to keep working
Don't get to the point of loading data
Installing library - %pip install ydata-profiling==4.1.0 Fails on this - from ydata_profiling import ProfileReport Error - ModuleNotFoundError: No module named 'scipy.stats._mvn'
4.1.0
import pandas as pd from ydata_profiling import ProfileReport from ydata_profiling.config import Settings
Databricks
The text was updated successfully, but these errors were encountered:
@dpc2604 can you please provide more details?
Python versio as well as the other packages versions?
Sorry, something went wrong.
Hi, Sorry. I go it working again by updating scipy after installing ydata-profiling==4.1.0
%pip install --upgrade scipy
It was working previously, but looks like the scipy dependancy got out of whack
No branches or pull requests
Current Behaviour
Fails to load profile.
This was working last time we ran it.
Returns error - ModuleNotFoundError: No module named 'scipy.stats._mvn'
Expected Behaviour
For it to keep working
Data Description
Don't get to the point of loading data
Code that reproduces the bug
pandas-profiling version
4.1.0
Dependencies
OS
Databricks
Checklist
The text was updated successfully, but these errors were encountered: