Skip to content

Conversation

ankitraut
Copy link

Issue #, if available: Issue

Description of changes:
Added a private(intermediate) method called _process_table, which pretty much retains the code from to_pandas.
Using this new method created to_list method and refactored to_pandas method.

This change provides an easy to_list method to get the table into a list of rows, which having to use pandas as a dependency (which can add ~80 MB against the AWS Lambda's 250 MB limit).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Refactor to_pandas method to use _process_table method
Refactor to_pandas method to use _process_table method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant