Skip to content

Google

flowtask.components.google

GoogleBase

GoogleBase(loop=None, job=None, stat=None, **kwargs)

Bases: FlowComponent

GoogleBase.

Overview: A base class for Google API components.

chunkify

chunkify(lst, n)

Split list lst into chunks of size n.

column_exists

column_exists(column)

Returns True if the column exists in the DataFrame.

google_response_code async

google_response_code(response)

check if query quota has been surpassed or other errors that can happen. :param resp: json response :return:

run async

run()

Run the Google Places API.