ndrluis commented on issue #1100: URL: https://github.com/apache/iceberg-python/issues/1100#issuecomment-2312550366
@cfrancois7 You can take the schema and call [as_arrow()](https://py.iceberg.apache.org/reference/pyiceberg/schema/#pyiceberg.schema.Schema.as_arrow) ```python ts_df = pa.Table.from_pydict(ts_list, schema=ts_schema.as_arrow()) ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org