Skip to content
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

Preliminary read_json implementation #715

Merged
merged 14 commits into from
Jul 22, 2019

Conversation

anthonyhsyu
Copy link
Contributor

@anthonyhsyu anthonyhsyu commented Jul 3, 2019

What do these changes do?

This gives the first set of implementations for read_json. Currently it only supports the function if lines=True.

Related issue number

  • passes flake8 modin
  • passes black --check modin
  • tests added and passing

@codecov
Copy link

codecov bot commented Jul 3, 2019

Codecov Report

Merging #715 into master will increase coverage by 0.02%.
The diff coverage is 93.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #715      +/-   ##
==========================================
+ Coverage   90.75%   90.77%   +0.02%     
==========================================
  Files          37       37              
  Lines        6146     6192      +46     
==========================================
+ Hits         5578     5621      +43     
- Misses        568      571       +3
Impacted Files Coverage Δ
modin/engines/ray/pandas_on_ray/io.py 100% <100%> (ø) ⬆️
modin/engines/ray/generic/io.py 91.92% <93.18%> (+0.13%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 852e766...91b2b0d. Read the comment docs.

modin/engines/ray/generic/io.py Outdated Show resolved Hide resolved
modin/engines/ray/generic/io.py Outdated Show resolved Hide resolved
modin/engines/ray/generic/io.py Outdated Show resolved Hide resolved
@anthonyhsyu anthonyhsyu force-pushed the branch_read_json branch 2 times, most recently from 42743c7 to 8834120 Compare July 22, 2019 05:09
@devin-petersohn
Copy link
Collaborator

Looks great @anthonyhsyu, thanks!

@devin-petersohn devin-petersohn merged commit 0ee5da9 into modin-project:master Jul 22, 2019
@devin-petersohn devin-petersohn mentioned this pull request Jul 23, 2019
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants