-
Notifications
You must be signed in to change notification settings - Fork 22
Null invalid PostalCode #1467
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
Null invalid PostalCode #1467
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1467 +/- ##
=======================================
Coverage 98.69% 98.69%
=======================================
Files 95 95
Lines 10620 10654 +34
=======================================
+ Hits 10481 10515 +34
Misses 139 139
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sold to me! I'm a little concerned about Panda's inconsistency in null type handling and it feels like we're constantly making small changes to support, handle, assign, compare, and convert pd.NA
. Its ambiguity is something we have to keep an eye on.
No description provided.