In [ ]:
from opengrid.library.kmi import get_kmi_current_month
KMI has a table with measurement values about the 'current month' (in fact it is the last 31 days). We can get that in a DataFrame
In [ ]:
get_kmi_current_month()
In [ ]: