We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff4878 commit 6998251Copy full SHA for 6998251
pandas/io/xml.py
@@ -776,7 +776,7 @@ def read_xml(
776
expressions. For more complex XPath, use ``lxml`` which requires
777
installation.
778
779
- namespaces : dict, list of dicts, optional
+ namespaces : dict, optional
780
The namespaces defined in XML document as dicts with key being
781
namespace prefix and value the URI. There is no need to include all
782
namespaces in XML, only the ones used in ``xpath`` expression.
0 commit comments