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

snowflake.snowpark.Session.read

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

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