rok commented on code in PR #49177:
URL: https://github.com/apache/arrow/pull/49177#discussion_r2784888177
##########
python/pyarrow/table.pxi:
##########
@@ -1934,6 +1936,9 @@ cdef class _Tabular(_PandasConvertible):
If not passed, will be inferred from the Mapping values.
metadata : dict or Mapping, default None
Optional metadata for the schema (if inferred).
+ personal_data : bool, default None
+ Whether the table/batch contains personal data. If True, adds
+ b'ARROW:personal_data': b'true' to the metadata.
Review Comment:
Out of curiosity, why is `personal_data` needed?
--
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]