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

refactor: snowparkify example_helper dataframe expr #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sfc-gh-twhite
Copy link

I'm submitting this pull request to refactor the dataframe expression in the source_df definition. The current expression is a bit hard to read and maintain, so I'd like to simplify it using the table method and list concatenation.

The refactored version avoids string concatenation, which can be error-prone. I've tested the refactored code and it produces the same result as the original code.

Thank you for considering this pull request!

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

Successfully merging this pull request may close these issues.

1 participant