赞
踩
pandas读写xml文件依赖的需要安装lxml库,所以需要安装:pip install lxml
pip install lxml
语法格式:
pd.read_xml( path_or_buffer: FilePathOrBuffer, xpath: str | None = "./*", namespaces: dict