Use with XML? #841
Unanswered
ryanwclark1
asked this question in
Q&A
Replies: 1 comment
-
It currently doesn't, though XML is a natural way to express nestedness relationships. You haven't missed anything in the docs, though. You might want to consider building Awkward Arrays from XML using ak.ArrayBuilder. That's how the JSON is implemented (though in C++, but Python should be fast enough if the source format is text). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I will preface this by saying I am exploring the library and I'm not a current user and have only skimmed the documentation. Does awkward have a straight forward approach for handling XML? I found the from json/parquet/arrow functions and although I didn't see an explicit from_xml didn't know if someone with more experience with the library could point me in the right direction. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions