snowflake.snowpark.DataFrameReader.tableΒΆ DataFrameReader.table(name: Union[str, Iterable[str]]) β Table[source]ΒΆ Returns a Table that points to the specified table. This method is an alias of table(). Parameters: name β Name of the table to use.