okfn-brasil / serenata-toolbox

📦 pip module containing code shared across Serenata de Amor's projects | ** Este repositório não recebe atualizações frequentes **
MIT License
154 stars 69 forks source link

Fix for new CSV format adopted by the Chamber of Deputies #208

Closed cuducos closed 5 years ago

cuducos commented 5 years ago

What is the purpose of this Pull Request? The toolbox was crashing when trying to read the CSV from the Chamber of Deputies. The CSV format changed a bit (decimals as . not as , anymore, values wrapped in double quotes).

What was done to achieve this purpose? c0c54aa informs pandas.read_csv about these changes. The rest of the commits are minor updates and cleanups.

How to test if it really works? Run pytest or the toolbox itself and expect no error (merely a warning from Pandas code-base).