soxofaan commented on issue #38485:
URL: https://github.com/apache/arrow/issues/38485#issuecomment-2315258882
> ```
> d = ds.dataset("c:/temp/ic/20230926/IndexConstituents20230926.csv",
format="csv", partitioning=part)
> ```
If you use partitioning, don't you have to start reading from the root of
that structure? So in your case something like
```
d = ds.dataset("c:/temp/ic/", format="csv", partitioning=part)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]