mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-09-14 11:08:49 +00:00

**Summary** Mechanical refactoring in preparation for adding (pre-chunk) `TableSplitter` in a PR stacked on this one.
6 lines
185 B
Python
6 lines
185 B
Python
from __future__ import annotations
|
|
|
|
from pandas.core.api import DataFrame as DataFrame
|
|
from pandas.io.api import read_csv as read_csv
|
|
from pandas.io.api import read_excel as read_excel
|