open-sdg / sdg-build

Python package to convert SDG-related data and metadata between formats
MIT License
6 stars 22 forks source link

Fix encoding in constraints CSV #272

Closed brockfanning closed 3 years ago

brockfanning commented 3 years ago
Q A
Feature branch/test site URL [Link](add link here)
Fixed issues Fixes #ISSUENUMBER
Related version 1.5.0-dev
Bugfix, feature or docs? Bugfix

This fixes an issue introduced in #268. That PR used a Pandas parameter that's only available in a specific version of Pandas. By removing some special characters from a CSV file, we don't need that parameter.

brockfanning commented 3 years ago

@LucyGwilliamAdmin This is kind of a "hotfix" for #268 - just a couple of issues that weren't quite right in the PR.