OpenEnergyPlatform / open-MaStR

A collaborative software to download the energy database Marktstammdatenregister (MaStR)
https://open-mastr.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
84 stars 17 forks source link

Alter way to catch missing columns error #469 #470

Closed FlorianK13 closed 9 months ago

FlorianK13 commented 11 months ago

Instead of getting the column name from the error message, the missing columns are now received by comparing the existing database table with the new dataframe.

PR-Assignee

Reviewer

FlorianK13 commented 11 months ago

Tests are failing due to #466 I assume.

FlorianK13 commented 10 months ago

Do you think we can merge @chrwm ?