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

Banging my head for hours cause AWS Lambda has a 250mb code limit and all I wanted to do was clean email addresses. I'd have to build a damn docker...

type: enhancement

**Describe the bug** When cleaning dates with clean_date module, if the source date contains 'August', the function will not recognize it as a date. All other text months including 'Aug'...

type: bug

i have this error in my EDA, how to handle this.

**Describe the bug** A clear and concise description of what the bug is. `create_report` crashes for large DataFrames with almost empty `string` columns with the error `'Series' object has no...

type: bug

**Is your feature request related to a problem? Please describe.** I can't install dataprepr and pandas v2, due to dataprep requiring `pandas=1.1` **Describe the solution you'd like** Support for pandas...

type: enhancement

Title says it all. It appears to be a wordcloud issue as I uncovered this [comment](https://github.com/amueller/word_cloud/issues/682#issuecomment-1430137778) in a wordcloud issue. What's listed in this comment is verbatim what I'm seeing....

Hi Team, we want to retrieve the data from duckdb and do the Analysis for that .I have checked the documentation and I am not able to find the duckdb...

type: bug

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies
javascript

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies
python

I don't know if this is really a bug but Bonaire is no possible to validate ```python list=['Bonaire','France'] df = pd.DataFrame(list, "country") unknown_countries = df[country][~validate_country(df["country], strict=False)] print(unknown_countries) ``` On country_data.tsv...

type: bug