Dataset$table
Dataset$table(table_reference) → Table
Create a reference to the table within a dataset.
Parameters:
table_reference
: str
The name of the table, unique within the dataset. The name is case-insensitive, and can optionally be escaped following general name escaping rules. E.g., "Daily observations"
-> "daily_observations"
. Can optionally include a colon followed by the table reference id, which ensures the lookup will work even if the table gets renamed (e.g., "daily_observations:6fff"
).
Returns:
Examples
Last updated