Open Issues Need Help
View All on GitHub Change `T` to `min` about 1 month ago
AI Summary: Update the Streamlit app's `pvsite_forecast.py` and other relevant files to replace the deprecated pandas `T` attribute with `min` to resolve warnings and ensure future compatibility.
Complexity:
2/5
good first issue contributions-welcome
This is a Streamlit app for the OCF team that reports database statistics
Python
Turn off all elexon plots, by default about 2 months ago
AI Summary: Modify the `elexon_plots.py` file in the Open Climate Fix analysis dashboard project to change the visibility of all Elexon plots to 'legendonly', effectively hiding them by default on the forecast page. This involves updating a specific section of the code to control plot visibility.
Complexity:
2/5
good first issue contributions-welcome
This is a Streamlit app for the OCF team that reports database statistics
Python