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

bugfix: io serialization can handle Index.name = None #248

Merged
merged 2 commits into from
Jul 23, 2020
Merged

Conversation

cosmicBboy
Copy link
Collaborator

before this fix, the way Index.name = None was serialized
would be in the string form "None". Now, it should serialize
currently to null in yaml and None in scripts

before this fix, the way Index.name = None was serialized
would be in the string form `"None"`. Now, it should serialize
currently to `null` in yaml and `None` in scripts
@codecov-commenter
Copy link

codecov-commenter commented Jul 23, 2020

Codecov Report

Merging #248 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #248      +/-   ##
==========================================
+ Coverage   96.39%   96.46%   +0.07%     
==========================================
  Files          15       15              
  Lines        1303     1303              
==========================================
+ Hits         1256     1257       +1     
+ Misses         47       46       -1     
Impacted Files Coverage Δ
pandera/io.py 90.97% <ø> (+0.69%) ⬆️

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 1371786...0def388. Read the comment docs.

@cosmicBboy cosmicBboy merged commit 486f381 into master Jul 23, 2020
@cosmicBboy cosmicBboy deleted the feature/242 branch July 25, 2020 22:50
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