pandas_profiling.utils.cache
See original GitHub issueModuleNotFoundError: No module named ‘pandas_profiling.utils’*
To Reproduce
Version information:
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:13
Top Results From Across the Web
Multiple errors after installation · Issue #520 - GitHub
... the titanic example notebook: I) from pandas_profiling import ProfileReport from pandas_profiling.utils.cache import cache_file ret...
Read more >API — pandas-profiling dev documentation - YData
API · pandas_profiling.utils.cache · pandas_profiling.utils.common · pandas_profiling.utils.dataframe · pandas_profiling.utils.notebook · pandas_profiling.utils.
Read more >Responses – Medium
Although for some reason the “ from pandas_profiling.utils.cache import cache_file” doesn't work — 'No module named 'pandas_profiling.utils'. Any tips?
Read more >Cannot import or install pandas-profiling in Jupyter Notebook
Run pip install pandas-profiling command in a separate cell in the jupyter notebook. After this just restart the kernal and run again. This ......
Read more >Accelerate Your Exploratory Data Analysis With Pandas ...
Pandas-profiling generates profile reports from a pandas DataFrame . ... from pandas_profiling.utils.cache import cache_file ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
FYI, I installed the package using gitbash pulling from your github repo. That worked. pip install https://github.com/pandas-profiling/pandas-profiling/archive/master.zip
I’m convinced that this issue is problematic, but can’t reproduce it. The 2.6.0 release is the first to contain a .whl: https://pypi.org/project/pandas-profiling/#files. On my machine this still seems to work. More diagnostic information is welcome.
Tested on Window/Ubuntu, Python 3.7, both .whl and .tar.gz. Code to test:
Expected output