You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/25 04:07:09 UTC

[GitHub] [arrow] westonpace commented on issue #14728: The metadata parameter of pa.filed is not valid

westonpace commented on issue #14728:
URL: https://github.com/apache/arrow/issues/14728#issuecomment-1327002022

   `pa.field` is going to assign **column** metadata.  You are printing **table** metadata.
   
   Try:
   
   ```
   for field in table_schema:
     print(field.metadata)
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org