dataprep icon indicating copy to clipboard operation
dataprep copied to clipboard

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.

Results 139 dataprep issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Hi, just found the country name "Virgin Islands (British)" would be failed to clean to the correct name. **To Reproduce** ```python import pandas as pd from dataprep.clean...

type: bug

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.5.0 to 6.5.1. Commits 7471b75 Release 6.5.1 c1943e0 Fix pre-commit 8685e93 Fix tests 0abf290 Run black and prettier 418d545 Run test on 6.x branch bef65d7 Convert input...

dependencies
python

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

Becase I want to do some postProcess on the anysis result data , can I get the ansys result data directly ? Thinks

type: enhancement

pip installation failed Why ? ------------------------------------------------------------------------------------------------------------------------------------------------- error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output] note: This error originates...

type: bug

**Describe the bug** I use anaconda and install the dataprep module by the following code ` conda install -c conda-forge dataprep ` Then I try the example code from the...

type: bug

**Describe the bug** EDA plot() not showing properly in VScode **To Reproduce** Steps to reproduce the behavior: 1. Open new Jupyter notebook 2. Import from dataprep.eda import plot, plot_correlation, create_report,...

type: bug

**cannot import name 'soft_unicode' from 'markupsafe'** **To Reproduce** from dataprep.eda import plot, plot_correlation, plot_missing, plot_diff,create_report Or: **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots**...

type: bug

**Describe the bug** Any plots; be that via `plot()`, `create_report()`, or any other method renders fine in the notebook itself, but after converting to HTML via Quarto (utilizes Pandoc for...

type: bug

**Describe the bug** `numpy.int`, `numpy.float`, and similar aliases are deprecated since `numpy 1.20`. As of `v1.24`, they raise an error. Was just wondering when is it planned to replace the...

type: bug