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

opt: explore performance comparsion between initializing non-mandatory columns vs passing columns list for conditional check. #68

Open
anujsinha3 opened this issue Jul 22, 2024 · 0 comments

Comments

@anujsinha3
Copy link
Collaborator

Currently, the columns list is passed around functions for non-mandatory columns and initialized within as per condition if the column is not present.

The task is to compare the performance accuracy and correctness if the non-mandatory/missing columns are initialized while loading the input file itself instead of being passed around and cross-checked at a later stage.

Attached PR for reference.

Please Note: The task is optional and could be taken up after the other mandatory tasks to explore if time permits:

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

No branches or pull requests

1 participant