-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Column names should be like count, percent, sum as Y-data profiling might use these names. So if such names are used, ambiguity is created. #1476
Labels
information requested ❔
Cannot reproduce, waiting for minimum reproduction details.
Comments
Hi @frelion , not sure if I got the question. Can you please provide more details? |
fabclmnt
added
information requested ❔
Cannot reproduce, waiting for minimum reproduction details.
and removed
needs-triage
labels
Dec 4, 2023
you can try running run this code below:
error info:
|
@fabclmnt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My issue got resolved when I rename column name from 'count' to 'patient_count'.
Originally posted by @waghts95 in #1402 (comment)
Can I solve this problem only by changing the column name?
Error reported in spark mode but running normally in pandas version.
The text was updated successfully, but these errors were encountered: