snowflake.snowpark.DataFrameReader.load¶
- DataFrameReader.load(path: str) DataFrame [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/dataframe_reader.py#L502-L520)¶
Specify the path of the file(s) to load.
- Parameters:
path – The stage location of a file, or a stage location that has files.
- Returns:
a
DataFrame
that is set up to load data from the specified file(s) in a Snowflake stage.