-
Notifications
You must be signed in to change notification settings - Fork 13
fix: Perform the last action with the column name modified. #42
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
Closed
Closed
Changes from 16 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
5121800
Fixed an error when there were many missing bool columns in the input…
829c3c2
Merge branch 'main' of https://github.com/tashiro-akira/core
96ecff3
Merge branch 'sapientml:main' into main
tashiro-akira d9e4704
Merge branch 'sapientml:main' into main
tashiro-akira b684d5c
fix:Add action to return column names
e47bebc
Merge branch 'sapientml:main' into main
tashiro-akira 5572a54
fix:Reflects the findings of the review
334f690
fix:Fixed an error with mixed target column types.
5264b21
Merge branch 'sapientml:main' into main
tashiro-akira 83438c0
fix: Return changes to move modifications to another branch.
8358cee
Merge branch 'sapientml:main' into main
tashiro-akira acabc47
Merge branch 'sapientml:main' into main
tashiro-akira 5244dae
fix: Merged master modifications.
2f43a68
fix:Reflected review results
e678461
style:Removed unnecessary blank lines.
5254cfe
fix:Fixed to return column names in csv file
a64f3d3
Merge branch 'sapientml:main' into #8_jinja
tashiro-akira 8381704
fix:Reflected the content of the review
bfb31c1
Merge branch 'main' into #8_jinja
kimusaku e1e4644
fix:Save Changes Temporarily
0a91bba
Merge branch 'sapientml:main' into #8_jinja
tashiro-akira 1619b10
fix:Reflect Modifications
440db93
Merge branch '#8_jinja' of https://github.com/tashiro-akira/core into…
1cee451
fix:Reflected review results
78d1aad
fix:Remove Unnecessary Modifications
7724cd1
fix:The format has been modified.
969ded3
fix:Reflect Review Results
tashiro-akira 426a32d
fix:Fixed error in running lint
tashiro-akira 9f2bea0
Merge branch 'main' into #8_jinja
AkiraUra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think these changes are necessary. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think these changes are necessary. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about the following code?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AkiraUra
When I modified the code as described in the comments, the output csv column names were not returned from the modified state. (I also modified preprocess.)
The string substitution method of the indicated code is shorter than the previous code, so I will try to fix it referring to this.