snowflake.snowpark.DataFrameReader.xmlΒΆ DataFrameReader.xml(path: str) β DataFrame[source]ΒΆ Specify the path of the XML file(s) to load. Parameters: path β The stage location of an XML file, or a stage location that has XML files. Returns: a DataFrame that is set up to load data from the specified XML file(s) in a Snowflake stage.