Skip to content

Table Object do not have an easy to_list method #435

@ankitraut

Description

@ankitraut

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions