From time to time I come across datasets stored in xml files that I would like to use as inputs to various models. Currently I download an Excel version if it is available, but those are often quite ...
I'm trying to run Xpath queries using etree, but I can't seem to figure out the Xpath syntax. Here's a (sanitized) section of my XML document. 1) Query using XML based on some value like the 'id' or ...