We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the following two commands with 0.12.0, I'm not able to access the Legacy SparkCompare function that I need to use rows_both_mismatch
rows_both_mismatch
datacompy.legacy
datacompy.LegacySparkCompare
Is this a problem that exists on other environments, or was my installation/access method faulty?
The text was updated successfully, but these errors were encountered:
Can you try: from datacompy.legacy import LegacySparkCompare The README might need an update. Might have put the wrong thing in there. 😮💨
from datacompy.legacy import LegacySparkCompare
Sorry, something went wrong.
fixes #302
6e5477e
adding in Python 3.12 support, warnings, and doc updates (#301)
d3ca070
* adding in Python 3.12 support, warnings, and doc updates * removing Nikhil from CODEOWNERS * fixes #302
adding in Python 3.12 support, warnings, and doc updates (capitalone#301
3e02d01
) * adding in Python 3.12 support, warnings, and doc updates * removing Nikhil from CODEOWNERS * fixes capitalone#302
78ea5ab
Successfully merging a pull request may close this issue.
When running the following two commands with 0.12.0, I'm not able to access the Legacy SparkCompare function that I need to use
rows_both_mismatch
datacompy.legacy
datacompy.LegacySparkCompare
Is this a problem that exists on other environments, or was my installation/access method faulty?
The text was updated successfully, but these errors were encountered: