Replacing pandas-profiling
(deprecated) with ydata-profiling
#183
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The previously known pandas profiling is now part of a bigger project and is decoupling from the idea that it is intended to be used only with data frames.
The package's name has changed, and the last version of
pandas-profiling
was released over a year ago.The GitHub workflow for profiling new datasets is not working as it should due to deprecated dependencies.
I am trying to submit new datasets, and have been facing some issues related to
pandas-profilng
. It seems that one of its dependencies has migrated (https://docs.pydantic.dev/2.0/migration/#basesettings-has-moved-to-pydantic-settings, also see the GitHub actions error when runningpython -m pmlb.profiling
). After looking at the PyPI docs (https://pypi.org/project/pandas-profiling/), I found that we should just replace the package, and it should be fine.Please let me know if there is any changes that I should make.
Thank you for the attention and for reviewing this PR!