df_to_xml

Contents

df_to_xml#

df_to_xml(src_ds: Any) _Element[source]#

Convert a pandas.DataFrame or similar (which has a .to_xml() function) to a lxml _Element

Parameters:

src_ds

Returns:

Wanted XML

Return type:

_Element