-
-
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
fix: Replace applymap with map for pd.DataFrame #180
Conversation
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.
I see some commented code in the PR. Is there any reason to keep them in the repo?
pysus/online_data/IBGE.py
Outdated
@@ -97,6 +97,12 @@ def get_sidra_table( | |||
query += f'/h/{headers}' | |||
|
|||
url = base_url + query | |||
|
|||
#data = requests.get(url) |
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.
What's the reason to keep this dead code here?
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.
I was testing these changes for a previous issue, I just uploaded it, I will remove it.
The commented codes are here because this PR has not yet been finalized, I still have to verify that we have tests for these functions, for this reason they still remain. |
🎉 This PR is included in version 0.13.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
applymap
bymap
#173.