mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-09-14 11:08:49 +00:00
9 lines
152 B
Python
9 lines
152 B
Python
![]() |
from __future__ import annotations
|
||
|
|
||
|
from pandas.core.api import (
|
||
|
DataFrame as DataFrame,
|
||
|
)
|
||
|
from pandas.io.api import (
|
||
|
read_csv as read_csv,
|
||
|
)
|