Skip to content

xmlToDataFrame very slow

2 messages · Stavros Macrakis, Duncan Temple Lang

#
Hi Stavros

 xmlToDataFrame() is very generic and so doesn't know anything
about the particulars of the XML it is processing. If you know
something about the structure of the XML, you should be able to leverage that
for performance.

xmlToDataFrame is also not optimized as it is just a convenience routine for people who want to work with
XML without much effort.

If you send me the file and the code you are using to read the file, I'll take a
look at it.

 D.
On 7/30/13 11:10 AM, Stavros Macrakis wrote: