Skip to content

Fix nullable integers in entsoe

Tobias Kapser requested to merge fix-nullable-integers-in-entsoe into development

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.

Merge request reports