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
Right now, users have to create a CSV file using the xml_to_csv function, then pass that into the Dataset, which reads it into a pandas DataFrame. Instead, if given the folder of XML files itself, the Dataset could just directly read them into a DataFrame, saving space and making it easier to work with.