Fix nullable integers in entsoe
ENTSO-E sometimes returns NaNs for generation types that are not present. Normal Integers are not nullable so the Dataframe type should be a nullable integer.
ENTSO-E sometimes returns NaNs for generation types that are not present. Normal Integers are not nullable so the Dataframe type should be a nullable integer.