mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-08-19 06:09:32 +00:00

This PR add `include_header` argument for partition_csv and partition_tsv. This is related to the following feature request https://github.com/Unstructured-IO/unstructured/issues/1751. `include_header` is already part of partition_xlsx. The work here is in line with the current usage and testing of the `include_header` argument in partition_xlsx. --------- Co-authored-by: cragwolfe <crag@unstructured.io>