Top "Pandas-profiling" questions

pandas-profiling is a Python package for exploratory data analysis.

Unable to import Pandas Profiling

I am unable to import pandas profiling in jupyter notebook. Could someone please tell me whats wrong.

python-3.x pandas jupyter-notebook pandas-profiling
Cannot import or install pandas-profiling in Jupyter Notebook

I have technically already installed pandas-profiling using pip install pandas-profiling But when I try to import it, I get the …

python pandas pip jupyter-notebook pandas-profiling
ImportError: IProgress not found. Please update jupyter and ipywidgets although it is installed

I am using jupyter notebook and installed ipywidgets==7.4.2 widgetsnbextension pandas-profiling=='.0.0 and also I ran: !jupyter nbextension enable --py widgetsnbextension …

pandas jupyter-notebook jupyter ipywidgets pandas-profiling
ImportError: matplotlib is required for plotting when the default backend "matplotlib" is selected

I am new to pandas_profiling and getting ImportError while importing it. Please help. import numpy as np import pandas …

python linux pandas matplotlib pandas-profiling
Errors running Pandas Profile Report

I'm trying to run a Profile Report for EDA in conda Jupyter NB, but keep getting errors. Here is my …

python pandas pandas-profiling
Pandas-profiling error AttributeError: 'DataFrame' object has no attribute 'profile_report'

I wanted to use pandas-profiling to do some eda on a dataset but I'm getting an error : AttributeError: 'DataFrame' object …

python-3.x pandas pandas-profiling
How to profile large datasets with Pandas profiling?

Data is not perfectly clean, but is used without issue with pandas. The pandas library provides many extremely useful functions …

python pandas profiling pandas-profiling
Pandas Profiling - NameError: name 'pandas_profiling' is not defined

Experts, Here is my block of code and I am getting the below error. import pandas import os trainFile = r'C:\…

python pandas nameerror pandas-profiling
Pandas Profiling doesn't display the output

Good Morning, I have the following dataframe: print(df) Company ... Sales 0 Medi ltd. ... 4.16000 1 Pia ltd. ... 2.59907 [26958 rows x 15 columns] But whenever …

python pandas pandas-profiling