-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Give message with line and column of CSV file if data conversion fails. Allow parsing of DateTime data, and do the basic arithmetic on them #5791
Conversation
Hey @derekdiamond, thanks for taking the time to submit this PR! It looks like somehow some of the compiled native files were placed in src/native/out. Probably a build mess up, but can you remove those files from the PR? |
Sure will do |
…ors in Appending data
Codecov Report
@@ Coverage Diff @@
## main #5791 +/- ##
==========================================
- Coverage 68.35% 68.30% -0.06%
==========================================
Files 1131 1132 +1
Lines 241210 241750 +540
Branches 25039 25103 +64
==========================================
+ Hits 164887 165135 +248
- Misses 69819 70106 +287
- Partials 6504 6509 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@pgovind since this is in |
Yup, this just popped up in my notifications. Will review in a bit |
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.
Left a comment. This is great work, this PR is almost ready to go in. I would just like to see 2 things:
- Some unit tests. Since we're now adding
DateTime
to be detected automatically by LoadCsv, we should test that path. I think duplicating one of the existing LoadCsv tests and adding aDateTime
column to it will work fine. - There are still some CMAKE build artifacts in the changed files. I think you can just get rid of them.
Cool will do |
Yup I see that the CMAKE artifacts are gone now. Not sure if you intended to fix the other comments with the last commit. Just calling it out in case you has commits locally that didn't get pushed |
Thanks, all done added tests as well for IO and Computations. So hope all is good now! |
Almost :)
|
I'm getting there!. Hope all the out* artifacts are gone! |
Since we're closing to having a new preview release of ML, I cleaned up the remaining 4 build artifacts in #5834. Going to close this PR in favor of that one. Awesome work here! Thanks @derekdiamond |
We are excited to review your PR.
So we can do the best job, please check:
Fixes #nnnn
in your description to cause GitHub to automatically close the issue(s) when your PR is merged.