Mastering XML with Python (2): Doing (much) more with (much) less
In the last post, we saw how to handle ODM-XML files using some Python libraries, making the process less daunting and simpler.
## Do you remember these libraries? ##
import requests
from lxml import etree
import pandas as pd
These libraries (especi...
blog.matheusyuri.pro6 min read