mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-08-04 06:50:02 +00:00

**Summary** Mechanical refactoring in preparation for adding (pre-chunk) `TableSplitter` in a PR stacked on this one.
5 lines
140 B
Python
5 lines
140 B
Python
from __future__ import annotations
|
|
|
|
from pandas.io.excel import read_excel as read_excel
|
|
from pandas.io.parsers import read_csv as read_csv
|