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

snowflake.snowpark.Session.read

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

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