IEA-Task-43 / digital_wra_data_standard

IEA Task 43: pre-construction energy estimate data standard repository
BSD 3-Clause "New" or "Revised" License
56 stars 15 forks source link

iss #253 add format to work with pandas 2.2.0 #258

Closed stephenholleran closed 3 weeks ago

stephenholleran commented 1 month ago

Issue #253 highlighted that the pandas.to_datetime() in v2.2.0 requires the format to be specified.

Updated the load_demo_schema notebook to account for this.

stephenholleran commented 1 month ago

@SebAgain I have made this fix with the load_demo_schema notebook so it will work with pandas 2.2.0.

Could you please check that it works for you?

Cheers,