You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ X] I have searched the [pandas] tag on StackOverflow for similar questions.
I have asked my usage related question on StackOverflow. (There are workarounds to this, but this is a question to the devs)
Question about pandas
I have already figured out a workaround to reading xml files by using 'xml.etree.ElementTree', but I was not able to find a read_xml() function in the pandas library.
There is another package 'https://pypi.org/project/pandas-read-xml/' that implements this function, but it seems like extra steps for an individual to download another package if they wanted to read the xml file (should they decide not to implement it themselves).
May I know the thought process for not having such function, or if I am blatantly missing something, kindly excuse the ignorance.
The text was updated successfully, but these errors were encountered:
[ X] I have searched the [pandas] tag on StackOverflow for similar questions.
I have asked my usage related question on StackOverflow. (There are workarounds to this, but this is a question to the devs)
Question about pandas
I have already figured out a workaround to reading xml files by using 'xml.etree.ElementTree', but I was not able to find a read_xml() function in the pandas library.
There is another package 'https://pypi.org/project/pandas-read-xml/' that implements this function, but it seems like extra steps for an individual to download another package if they wanted to read the xml file (should they decide not to implement it themselves).
May I know the thought process for not having such function, or if I am blatantly missing something, kindly excuse the ignorance.
The text was updated successfully, but these errors were encountered: