The tables object has to_pandas, to_csv, to_xlsx methods but does not have an easy way to get a list of rows directly.
Using any of the existing ways either adds heavy dependencies (pandas, specially problematic if using in AWS lambda) or creates files to be read (csv/excel).
The tables object has to_pandas, to_csv, to_xlsx methods but does not have an easy way to get a list of rows directly.
Using any of the existing ways either adds heavy dependencies (pandas, specially problematic if using in AWS lambda) or creates files to be read (csv/excel).