Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pandas] handle read methods that produce a list of dataframes
Pandas read methods (like `read_html`) can return a list of dataframes rather than a single one. In that case, use the first element of the list for the current sheet, and push additional dataframes to new sheets.
- Loading branch information