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

Instance generation suggestion #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fillipe-gsm
Copy link
Contributor

The daci dependency was not installed correctly for me, so I added it in the requirements.txt

And the DF data, when downloaded, came with a corrupted file name. However, the corruption apparently differs from OS. Thus, I suggested to update the download.sh script to rename the folder name anyway for safety.


# Fix bug with DF file name
cd './data_raw/DF'
find . -maxdepth 1 -mindepth 1 -type d -execdir mv {} 'Base informaçoes setores2010 universo DF' \;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems an encoding problem. Can we try to solve it on the Python side?

@ropinho ropinho mentioned this pull request Jun 26, 2021
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.

2 participants