-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat(PNI): include PNI Database #181
Conversation
poetry.lock
Outdated
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.
for some reason, poetry.lock wasn't on repo yet 🤔
@@ -22,7 +22,7 @@ wget = "^3.2" | |||
loguru = "^0.6.0" | |||
Unidecode = "^1.3.6" | |||
dateparser = "^1.1.8" | |||
pandas = ">=1.5.3" |
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.
pandas 1.5.3 uses applymap instead of map
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.
Good job!
pysus/ftp/databases/pni.py
Outdated
), | ||
} | ||
groups = { | ||
"CPNI": "Centro de Parto Normal Intra-Hospitalar", |
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.
It's curious that PNI has a dataset for "Parto Normal Intra-Hospitalar", does not seem related...
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.
By any chance, do you know the difference between CPNI and DPNI? both file prefixes are found in the ftp server
@fccoelho This PR needs merge in order to continue AlertaDengue/episcanner-downloader#13 |
🎉 This PR is included in version 0.13.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.