snowflake.snowpark.DataFrameReader.table¶
- DataFrameReader.table(name: str | Iterable[str]) Table [source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/dataframe_reader.py#L252-L260)¶
Returns a Table that points to the specified table.
This method is an alias of
table()
.- Parameters:
name – Name of the table to use.