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

# Description - Add orphan page - Fix an issue where we were missing foreign key constraint for tables with more than 1 foreign keys for sqlite database engine #...

other package requires sqlalchemy>=1.4.0, but you have sqlalchemy 1.3.24 which is incompatible. dataprep uses sqlalchemy 1.3.24, but others packages have conflicts because needs sqlalchemy>=1.4.0 Can you increase support for sqlalchemy...

type: enhancement

Unfortunately, clean_lat_lon returns an error in dataprep 0.4.3a1 with python 3.10.4. The problem occurs for me using the [documentation example](https://docs.dataprep.ai/user_guide/clean/clean_lat_long.html): ```python import pandas as pd import numpy as np df...

type: bug

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies
python

https://github.com/sfu-db/dataprep/blob/ad1afc75e727971b40f83c7109a85611f97812d4/dataprep/eda/create_report/report.py#L43

# 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....

In some cases, I treat "" or " " as a missing value, can I define which characters should be missing value?

type: enhancement

This looks like an extremely useful open source library. Congratulations! I should be able to work this out from the API docs but the lack of examples mean I'm trying...

type: bug

Just trying to simply pass the dataframe into create_report() and receive this error LinAlgError: singular matrix C:\...\Python\Python39\site-packages\scipy\stats\stats.py:4812: RuntimeWarning: overflow encountered in longlong_scalars (2 * xtie * ytie) / m +...

type: bug

Great job SFU team! I find that "from dataprep.eda import plot" helps us a lot to look insight into data through 2D graphs. Is it possible that some day we...

type: enhancement