mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-08-11 02:08:13 +00:00

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