Skip to content

Commit a741199

Browse files
committed
fix: update user guide links in DataFrame class documentation for clarity
1 parent 2f4d41b commit a741199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ def __arrow_c_stream__(self, requested_schema: object | None = None) -> object:
13221322
For practical usage patterns, see the Apache Arrow streaming
13231323
documentation: https://arrow.apache.org/docs/python/ipc.html#streaming
13241324
and the DataFusion user guide sections on Arrow I/O and DataFrame
1325-
streaming (:doc:`../io/arrow` and :doc:`../dataframe/index`).
1325+
streaming (:doc:`user-guide/io/arrow` and :doc:`user-guide/dataframe/index`).
13261326
13271327
Notes:
13281328
The Arrow C Data Interface PyCapsule details are documented by Apache

0 commit comments

Comments
 (0)