Skip to content

Merge convert-numeric into encodings #10

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

Merged
merged 88 commits into from
Jul 19, 2018
Merged

Conversation

kdorr
Copy link
Collaborator

@kdorr kdorr commented Jul 6, 2018

Preliminary merge of PR #4 into PR #5 as we discussed in the meeting today.

TODOs:
-Update test_convert.py to work with the new Altair chart parsing system
-write tests for _data._locate_channel_dtype
-I’m thinking _utils._fetch() isn’t necessary at this point, but I didn’t have time this evening to look into it

kdorr and others added 30 commits July 2, 2018 13:33
Converts the list of dictionary into a Pandas DataFrame
or if an url is given, it downloads the data and loads
it into a DataFrame
Converts the list of dictionary into a Pandas DataFrame
or if an url is given, it downloads the data and loads
it into a DataFrame
@codecov
Copy link

codecov bot commented Jul 9, 2018

Codecov Report

Merging #10 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #10   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      3    +2     
  Lines           7     66   +59     
  Branches        0     13   +13     
=====================================
+ Hits            7     66   +59
Impacted Files Coverage Δ
mplaltair/_exceptions.py 100% <100%> (ø)
mplaltair/_data.py 100% <100%> (ø)
mplaltair/_convert.py 100% <100%> (ø)
mplaltair/tests/test_basic.py

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 8acd496...fbe3b61. Read the comment docs.

@kdorr
Copy link
Collaborator Author

kdorr commented Jul 9, 2018

#6 is also merged now.

@tacaswell tacaswell merged commit da0533a into matplotlib:master Jul 19, 2018
@tacaswell tacaswell mentioned this pull request Jul 19, 2018
@kdorr kdorr deleted the encodings branch July 19, 2018 21:09
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.

4 participants