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

Correct handling of xml syntax errors #494

Closed FlorianK13 closed 5 months ago

FlorianK13 commented 6 months ago

Passing strings to pandas.read_xml is deprecated. We should use StringIO, as described in the example here: https://pandas.pydata.org/docs/reference/api/pandas.read_xml.html

FlorianK13 commented 6 months ago

There is an error in handling the lxml.etree.XMLSyntaxError, as the error message has changed. This needs to be corrected.