I need some help. I have an XML file that I need to convert the data into a dataframe with python in Jupyter Notebook to do some analytics prediction on it.this is some part of an XML file enter image description here
and there is my code: enter image description here
the problem is that I can get the name values but all the values for the start and duration are none. I tried with .get instead of .find but the name values got none as well.