bigframes.pandas.Series.cache#

Series.cache()[source]#

Materializes the Series to a temporary table.

Useful if the series will be used multiple times, as this will avoid recomputating the shared intermediate value.

Returns:

Self

Return type:

Series