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

snowflake.snowpark.Session.read

property Session.read: DataFrameReader[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.23.0/src/snowflake/snowpark/session.py#L2308-L2312)

Returns a DataFrameReader that you can use to read data from various supported sources (e.g. a file in a stage) as a DataFrame.

Language: English