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

implement schema to yaml io utility functions #203

Merged
merged 18 commits into from
Apr 21, 2020

Conversation

cosmicBboy
Copy link
Collaborator

This PR adds logic to get statistics from a dataframe/series schema and
to read/write dataframes to/from yaml format

@codecov-io
Copy link

codecov-io commented Apr 21, 2020

Codecov Report

Merging #203 into master will increase coverage by 0.03%.
The diff coverage is 98.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #203      +/-   ##
==========================================
+ Coverage   96.55%   96.58%   +0.03%     
==========================================
  Files          10       12       +2     
  Lines         870      996     +126     
==========================================
+ Hits          840      962     +122     
- Misses         30       34       +4     
Impacted Files Coverage Δ
pandera/dtypes.py 92.98% <ø> (ø)
pandera/hypotheses.py 86.79% <ø> (ø)
pandera/io.py 91.66% <91.66%> (ø)
pandera/checks.py 98.70% <100.00%> (+0.26%) ⬆️
pandera/schema_inference.py 100.00% <100.00%> (ø)
pandera/schema_statistics.py 100.00% <100.00%> (ø)
pandera/schemas.py 97.09% <100.00%> (+0.07%) ⬆️

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 46dbe14...fc3e3bc. Read the comment docs.

@cosmicBboy cosmicBboy merged commit 2071f36 into master Apr 21, 2020
@cosmicBboy
Copy link
Collaborator Author

fixes #91

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.

None yet

2 participants