AlenkaF commented on code in PR #48969:
URL: https://github.com/apache/arrow/pull/48969#discussion_r2735283021
##########
python/pyarrow/table.pxi:
##########
@@ -5146,8 +5130,6 @@ cdef class Table(_Tabular):
>>> reader.schema
n_legs: int64
animals: string
- -- schema metadata --
- pandas: '{"index_columns": [{"kind": "range", "name": null, "start":
0, ...
>>> reader.read_all()
Review Comment:
When converting from pandas, we store pandas metadata in the schema. Which
is not needed anymore as we changed to use `pa.Table.from_arrays` for creating
the test table. As this docstring belongs to `Table.cast` the pandas metadata
info was actually redundant so am happy to see this change.
##########
docs/source/python/extending_types.rst:
##########
@@ -458,8 +458,8 @@ You can find the official list of canonical extension types
in the
:ref:`format_canonical_extensions` section. Here we add examples on how to
use them in PyArrow.
-Fixed size tensor
-"""""""""""""""""
+Fixed shape tensor
Review Comment:
I think the changes from this file would be best to be left in
https://github.com/apache/arrow/pull/48727.
--
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]