bigframes.pandas.api.typing.StringMethods.to_blob#

StringMethods.to_blob(connection: str | None = None) T[source]#

Create a BigFrames Blob series from a series of URIs.

Note

BigFrames Blob is subject to the “Pre-GA Offerings Terms” in the General Service Terms section of the Service Specific Terms(https://cloud.google.com/terms/service-terms#1). Pre-GA products and features are available “as is” and might have limited support. For more information, see the launch stage descriptions (https://cloud.google.com/products#product-launch-stages).

Parameters:

connection (str or None, default None) – Connection to connect with remote service. str of the format <PROJECT_NUMBER/PROJECT_ID>.<LOCATION>.<CONNECTION_ID>. If None, use default connection in session context. BigQuery DataFrame will try to create the connection and attach permission if the connection isn’t fully set up.

Returns:

Blob Series.

Return type:

bigframes.series.Series