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

support pandas nullable integer string aliases #244

Merged
merged 3 commits into from
Jul 22, 2020

Conversation

cosmicBboy
Copy link
Collaborator

This PR adds support for pandas_dtype accepting string aliases for the pandas nullable integer array data type.

@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2020

Codecov Report

Merging #244 into master will decrease coverage by 0.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #244      +/-   ##
==========================================
- Coverage   96.33%   96.20%   -0.14%     
==========================================
  Files          15       15              
  Lines        1284     1395     +111     
==========================================
+ Hits         1237     1342     +105     
- Misses         47       53       +6     
Impacted Files Coverage Δ
pandera/schemas.py 96.15% <ø> (ø)
pandera/__init__.py 100.00% <100.00%> (ø)
pandera/dtypes.py 94.11% <100.00%> (+1.13%) ⬆️
pandera/schema_statistics.py 100.00% <0.00%> (ø)
pandera/io.py 90.47% <0.00%> (+0.19%) ⬆️

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 c2f9a62...93d3450. Read the comment docs.

@cosmicBboy cosmicBboy merged commit 1371786 into master Jul 22, 2020
@cosmicBboy cosmicBboy deleted the bugfix/pandas-int-str-alias branch July 22, 2020 17:53
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