DEV Community

Discussion on: XML Batch Data Processing

Collapse
 
minchulkim87 profile image
Min

Hey, great post with a helpful example.

Ideally, we shouldn't have to write so much code just to read in XML.

Very soon, we will be able to read XML as easily as a csv, with just one line of code. See pandas

Last year I've created my own pandas-read-xml. You can test it out here. Of course, my solution will be obsolete as soon as pandas releases their dev version.

Collapse
 
darrylbrysondev0 profile image
DarrylBryson • Edited

Thanks for bringing the great Pandas news. After xml is directly supported I'll be sad to see these functions leave our toolboxes, they've served me well.