-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mic-716/Coerce empty strings to np.nan for PO Box addresses (#354)
Mic-716/Coerce empty strings to np.nan for PO box addresses Coerces null value from empty string to np.nan for addresses with a PO box. - *Category*: Bugfix - *JIRA issue*: [MIC-4716](https://jira.ihme.washington.edu/browse/MIC-4717) -Coerces null value from empty string to np.nan for addresses with a PO box. This issue was present for full USA dataset. Note the new full USA data did not have this bug so I suspect the recent pandas 2.1 update may have fixed this issue. Testing Tested on two different full USA datasets and both will output correct null values for mailing address columns.
- Loading branch information
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters