ydataai / ydata-profiling

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
https://docs.profiling.ydata.ai
MIT License
12.55k stars 1.69k forks source link

fix: remove compare report type enforcement #1638

Closed alexbarros closed 3 months ago

alexbarros commented 3 months ago

Comparison report type enforcement was only working when both profiles were not pre-computed. When the reference profile had columns that were not present in the compared profile, it was leading to errors in the type inference step.