Published
- 1 min read
convert xml to dataframe python
The solution for this is noted below
convert xml to dataframe python
Solution
XML_file = 'file.xml'
df = pd.DataFrame(XMl_file)
Try other methods by searching on the site. That is if this doesn’t work