redivis::table
redivis::table(table_reference) → Table
Construct a new table instance. This method can only be called if default project / dataset is set (this is automatically set within a Redivis notebook to that notebook's project).
Parameters:
table_reference
: str
The reference to the table. Can often just be the table's name, but providing additional information in the reference will ensure that your code works if the table is renamed. In Redivis notebooks, the source table of the notebook can always be referenced as "_source_"
. Learn more about referencing resources >
Returns:
Examples
Last updated