ydata-profiling
ydata-profiling copied to clipboard
1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
### Current Behaviour >> import pandas_profiling ImportError: cannot import name 'soft_unicode' from 'markupsafe' (C:\PROGRA~3\ANACON~1\lib\site-packages\markupsafe\__init__.py) ### Expected Behaviour It should run without error ### Data Description No data is needed ###...
Overview : [Spark Development Strategy](https://github.com/pandas-profiling/pandas-profiling/wiki/Spark-Development-Plan) Branch : spark-branch Context : We need to test spark branch on production grade clusters with high amounts of data to understand the performance metrics...
### Current Behaviour The duplicated rows count is different between pandas and pandas-profiling when there are nan's in columns ### Expected Behaviour The count should be equal ### Data Description...
Fail to allocate bitmap error when generating separate HTML reports in sequence (not concurrently)
Hi, I'm using pandas-profiling to do null checks and summarize distribution in columns in a postgresql database. I can run the script separately for each table with no issue, but...
### Current Behaviour I have uninstalled visions 0.7.5 and installed 0.7.4 for pandas_profiling even then I have the same error. it pops with ModuleNotFoundError: No module named 'visions.application' from jupiter...
**Describe the bug** When running `profile.to_widgets()` on this error was generated when it tried to present the widget: `TraitError: n_rows and n_columns must be positive integer` **To Reproduce** ``` DatetimeIndex:...
**Describe the bug** This is similar to #853 and #836, but posting anyway just as another example with version info and a screenshot in Jupyter Notebook. Feel free to mark...
Adding a `devcontainer` for VSCode and Codespaces. Fixed #987 See also: 1. [GitHub CodeSpace devcontainers](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers) 2. [VSCode devcontainers](https://code.visualstudio.com/docs/remote/create-dev-container)
### Current Behaviour I get the following error because I more than 63 core on my machine and I don't see option to pass max n_job in pandas_profiling Thanks ```...