-
Notifications
You must be signed in to change notification settings - Fork 632
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
Feature: CSV parsing for hub.auto #711
Feature: CSV parsing for hub.auto #711
Conversation
Locust summaryGit referencesInitial: e3f1c84Terminal: f2d7ae4 hub/auto/tabular/csv.pyChanges:
hub/auto/infer.pyChanges:
hub/auto/tests/test_tabular_data.pyChanges:
|
Apologies for the lint error. Will rectify it ASAP |
copying @McCrearyD |
no need to apologize, lint errors happen :) -- you can refer to the contributing doc for |
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.
i made some minor requests, after those are done should be ready to merge :P
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.
last changes
@McCrearyD pushed the changes you've requested! Re-requesting review from you. |
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.
perfect!
CLCI was failing tests, but those were dependency issues. addressed those & got them passing. awaiting CLCI run, then merging |
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.
my previous approval was wrong, please do these changes
@McCrearyD made some changes with respect to your last review. Hope this is fine! Detailing the changes I've made:
Please go through it and let me know where I can improve. |
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.
this is perfect. stellar work!
The purpose of this PR is to add code for auto parsing of CSV files to
hub.auto
. Kindly go through it and let me know where I can improve!