mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-08-05 07:16:26 +00:00

**Summary** Improve factoring, type-annotation, and tests for `partition_csv()` and accommodate single-column CSV files. Fixes: #2616
6 lines
96 B
Python
6 lines
96 B
Python
from __future__ import annotations
|
|
|
|
from pandas.io.parsers import (
|
|
read_csv as read_csv,
|
|
)
|