Skip to content

Fix usage of deprecated argument in pd.date_range()

Fernandes_Gu requested to merge fix-entsoe-pandas2.0 into development

This argument was still available in pandas1.5 but deprecated. The new version of Pandas (2.0) does not accept it anymore.

Merge request reports