fetch_table

The fetch_table method fetches a table by SharedTicket.

This is a convenience method specifically for tables. For fetching other types of server objects (such as plots, pandas DataFrames, or plugin objects), use the generic fetch method.

Note

If the remote table is closed or its owner session is closed, the ticket becomes invalid.

Syntax

Parameters

ParameterTypeDescription
ticketSharedTicket

A SharedTicket object.

Returns

A Table object.

Examples

The following example fetches a table that was published to a shared ticket by another session.

For a complete example showing how to use fetch_table with tables published from another session, see the Barrage subscribe documentation.