Open Issues Need Help
View All on GitHub Cap trend values at 0 about 2 months ago
AI Summary: This issue reports a bug where 'trend values' are currently negative, which is an incorrect state. The proposed solution is to cap these values at 0, ensuring they are never below zero.
Complexity:
1/5
bug good first issue help wanted
Klimatkollen's data pipeline for processing climate data from Swedish municipalities
Python
Replace non existing procurement link with null instead of 0 about 2 months ago
AI Summary: This issue describes a bug where non-existent procurement links are currently represented by the integer `0`. The proposed fix is to change this representation to `null` for better data accuracy and clarity, likely involving a change in data storage or API response.
Complexity:
1/5
bug good first issue help wanted
Klimatkollen's data pipeline for processing climate data from Swedish municipalities
Python