Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: compute data type profile diff #1077

Closed
wants to merge 1 commit into from

Conversation

scottiegarcia
Copy link
Contributor

@scottiegarcia scottiegarcia commented Dec 4, 2023

Details

Profile differences weren't being computed for data_type_stats profiles. I discovered this because psi was only being computed for the categorical profiler. Simply am adding in a line to compute that.

Additionally, dataprofiler/profilers/text_column_profile.py was using the numeric stats mix in to compute diff simply to double check that the data type was the same. I've updated that to use the BaseColumnProfiler diff instead.

@scottiegarcia scottiegarcia requested a review from a team as a code owner December 4, 2023 19:26
@scottiegarcia
Copy link
Contributor Author

Closing as the issue was due to something on my end with the correct data type not being propagated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants