-
Notifications
You must be signed in to change notification settings - Fork 653
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
FIX-#4310: Handle lists of lists of ints in read_csv_glob. #4319
FIX-#4310: Handle lists of lists of ints in read_csv_glob. #4319
Conversation
Signed-off-by: mvashishtha <mahesh@ponder.io>
Signed-off-by: mvashishtha <mahesh@ponder.io>
Codecov Report
@@ Coverage Diff @@
## master #4319 +/- ##
==========================================
+ Coverage 87.23% 89.83% +2.60%
==========================================
Files 219 219
Lines 17918 17921 +3
==========================================
+ Hits 15630 16100 +470
+ Misses 2288 1821 -467
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
LGTM
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.
LGTM!
Signed-off-by: mvashishtha mahesh@ponder.io
What do these changes do?
Handle lists of lists of ints in read_csv_glob.
flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/development/architecture.rst
is up-to-date