Skip to content

Commit f23cfe5

Browse files
author
Chris Turner
committed
03-Fetch_lang1.rst: explain DataFrame index as matching pkey
1 parent deb2b98 commit f23cfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-parts/queries/03-Fetch_lang1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For example:
4747
import pandas as pd
4848
frame = pd.DataFrame(tab.fetch())
4949
50-
Calling ``fetch()`` with the argument ``format="frame"`` returns results as ``pandas.DataFrame`` objects with no need for conversion.
50+
Calling ``fetch()`` with the argument ``format="frame"`` returns results as ``pandas.DataFrame`` objects indexed by the table's primary key attributes.
5151

5252
.. code-block:: python
5353

0 commit comments

Comments
 (0)