AlenkaF commented on issue #14025:
URL: https://github.com/apache/arrow/issues/14025#issuecomment-1235172045
Or manually construct the schema like so:
```python
pa.schema([
('some_int', pa.int32()),
('some_string', pa.string())
])
```
For all the columns you need in the parquet file.
--
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]