You are viewing documentation about an older version (1.3.0). View latest version

snowflake.snowpark.DataFrameReader.xml

DataFrameReader.xml(path: str) DataFrame[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/dataframe_reader.py#L383-L392)

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.

Language: English