OboGoogleSheetReader

class OboGoogleSheetReader(google_sheet, *, gid=0, skiprows=None)[source]

Bases: OboSheetReader

Read from google sheets.

An example sheet that has the right template can be found at: https://docs.google.com/spreadsheets/d/1NfhibWHOKgV2glmgRdKMzHEzTCw2_dUq_t0Zq64cgeQ using skiprows=1

Initialize the sheet reader.

Parameters
  • google_sheet (str) – The identifier of the google sheet

  • gid (Union[str, int]) – The sheet identifier (in case there are more than one)

  • skiprows – Should rows be skipped?