Skip to content

Commit b7c71fb

Browse files
committed
Add documentation for RecordBatch conversion and GIL handling
1 parent 50c353d commit b7c71fb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/collect-gil.md renamed to docs/source/user-guide/dataframe/collect-gil.md

File renamed without changes.

docs/source/user-guide/dataframe/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ For large outputs, prefer engine-level writers such as ``df.write_parquet()``
168168
or other DataFusion writers. These stream data directly to the destination and
169169
avoid buffering the entire dataset in Python.
170170

171+
For more on parallel record batch conversion and the Python GIL, see
172+
:doc:`collect-gil`.
173+
171174
HTML Rendering
172175
--------------
173176

@@ -226,3 +229,4 @@ For a complete list of available functions, see the :py:mod:`datafusion.function
226229
:maxdepth: 1
227230

228231
rendering
232+
collect-gil

0 commit comments

Comments
 (0)