Skip to content

Commit 5b95862

Browse files
Merge pull request #875 from ixcat/master
03-Fetch_lang1.rst: explain DataFrame index as matching pkey
2 parents deb2b98 + f23cfe5 commit 5b95862

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)