ydata-profiling icon indicating copy to clipboard operation
ydata-profiling copied to clipboard

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

Results 266 ydata-profiling issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I don't know if it's feature or a bug, but i think it's the latter. When i use the normal ProfileReport it return the complete Alerts messages,...

bug 🐛
help wanted 🙋

Just installed python for the first time today. I keep getting this error when trying to install panda ![image](https://user-images.githubusercontent.com/91978229/150871967-28eeaf3d-c817-4ebc-839d-0f028dc8d9c0.png) What should I do?

information requested ❔
dependencies 🔗

I have this dataset - SBAnational.csv from [https://www.kaggle.com/datasets/mirbektoktogaraev/should-this-loan-be-approved-or-denied?select=SBAnational.csv](https://www.kaggle.com/datasets/mirbektoktogaraev/should-this-loan-be-approved-or-denied?select=SBAnational.csv) **Describe the bug** #No problem with this line: sba.profile_report(title='SBA Pandas Profiling Report', progress_bar=True) #However, if I use: (save to a variable) profile...

information requested ❔
help wanted 🙋

**Describe the bug** when I run `ieee_fraud_report.report = original_report_structure` in modify_report_structure.ipynb, I come across `raise AttributeError: can't set attribute ` **To Reproduce** ```python """ Test for issue XXX: https://github.com/pandas-profiling/pandas-profiling/issues/XXX """...

help wanted 🙋
documentation 📖

**Is your feature request related to a problem? Please describe.** When you're profiling data and have a report later down the line you might have to re-profile that same data...

feature request 💬

**Describe the bug** Setting plot.histogram.bins to zero causes an error. Suspect the error might be on this part of the code. There might be a missing if condition. https://github.com/pandas-profiling/pandas-profiling/blob/939969061459a7df5e0ed425cd471827924c4eed/src/pandas_profiling/model/summary_algorithms.py#L29-L45 **To...

bug 🐛
help wanted 🙋

I had to do pip install missingno>=0.4.2 in order for 'import pandas_profiling' to run. When I try to create report by running 'profile=pandas_profiling.ProfileReport(pandas_df, title='sample',html={'style':{'full_width':True}}) , it throws the above help.

information requested ❔

**Missing functionality** In a dataset for regression problem, we want to know the relationship between the numerical target and all other features. Currently pandas-profiling show the correlation / interaction between...

feature request 💬

**Describe the bug** Profile report HTML cannot be generated for dataframes with very large integers. It seems like an overflow issue. Would it be possible to fix this? Even if...

bug 🐛

I run this example and process is not finished ![image](https://user-images.githubusercontent.com/49802494/156871531-c19cb034-17d6-412e-b426-d802a47c13f1.png) as well as in other datasets. I use jupyter notebook, windows 10 and python 3.8.12 Any solution about this? I...

information requested ❔