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: empty list/dicts and None values should be handled #1347

Merged
merged 3 commits into from
Sep 24, 2023

Conversation

cosmicBboy
Copy link
Collaborator

Fixes #1342

Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.09% 🎉

Comparison is base (9d3fe65) 93.79% compared to head (c05c011) 93.88%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1347      +/-   ##
==========================================
+ Coverage   93.79%   93.88%   +0.09%     
==========================================
  Files          91       91              
  Lines        6767     6771       +4     
==========================================
+ Hits         6347     6357      +10     
+ Misses        420      414       -6     
Files Changed Coverage Δ
pandera/engines/engine.py 97.27% <100.00%> (ø)
pandera/engines/pandas_engine.py 96.43% <100.00%> (+1.10%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
@cosmicBboy cosmicBboy merged commit 4f9ef29 into main Sep 24, 2023
56 checks passed
@cosmicBboy cosmicBboy deleted the bugfix/1342 branch September 24, 2023 05:15
@cosmicBboy cosmicBboy mentioned this pull request Sep 25, 2023
3 tasks
@cosmicBboy cosmicBboy mentioned this pull request Sep 26, 2023
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 and empty list columns error
1 participant