All Questions
1 question
0
votes
1
answer
56
views
when converting XML to SEVERAL dataframes, how to name these dfs in a dynamic way?
my code is on the bottom
"parse_xml" function can transfer a xml file to a df, for example, "df=parse_XML("example.xml", lst_level2_tags)" works
but as I want to save to several dfs so I want to have ...