-
Notifications
You must be signed in to change notification settings - Fork 100
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
Created the functionality to split the columns for issue #85 #92
Conversation
…Schema_Func # Conflicts: # quinn/__init__.py
@MrPowers what do you think about it? Should we have this functionality in a separate file? Or better to add it directly to |
@SemyonSinchenko - I'm fine having this functionality in a separate file. It's actually nice having a separate file. There should be like 10 tests, so having the separation is nice. @puneetsharma04 - can you please add an assertion to the test? Can you also add different tests to cover all the edge cases? Thank you! |
xref: #85 |
@MrPowers @SemyonSinchenko : Thanks for the review comments , i will make the code changes to include test case and commit the changes. |
@SemyonSinchenko & @MrPowers : Please review the test cases and share you review & comments. |
@puneetsharma04 I checked again discussion inside #85 and I understand it in the following way:
Also I want to see an ability to split column not only two variables but to any amount of variables. Example 1:
|
@SemyonSinchenko : Thanks for sharing the review comments.Let me refactor the code and share again. |
In this case we should raise an Exception because mode is strict. Strict mode means that you should check the length of result of the split. |
@SemyonSinchenko : Could you please review the code changes and share your comments if it matches the expectations. |
A lot of changes in the last commit.. I do it in a weekend. Sorry for such a delay: a lot of work :( |
@SemyonSinchenko : Could you please review the code changes and give the comments.