jorisvandenbossche commented on code in PR #49630:
URL: https://github.com/apache/arrow/pull/49630#discussion_r3027063881
##########
python/pyarrow/tests/interchange/test_conversion.py:
##########
@@ -103,6 +103,9 @@ def test_offset_of_sliced_array():
# check_index=False, check_names=False)
[email protected](
Review Comment:
FYI, if we are fine with just suppressing this for every test in this file,
I think you can also put it once at the top of the file (`pytestmark =
@pytest.mark.filterwarnings(...)`)
##########
docs/source/python/interchange_protocol.rst:
##########
@@ -61,34 +61,9 @@ from any dataframe object that implements the
``__dataframe__()`` method via the dataframe interchange
protocol.
-We can for example take a pandas dataframe and construct a
+We can for example take a polars dataframe and construct a
Review Comment:
While we can certainly keep this example for now, I would maybe add a `..
note::` to mention that using `pa.table(df)`, using the Arrow PyCapsule
interface, is the recommended conversion method.
--
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]