Skip to content

Commit

Permalink
added reference to DataFrame in intro.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Deigoodle committed Feb 12, 2024
1 parent 8b6b3cf commit b907cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Importing data
gf = gp.read_excel('path_to_file.xlsx')
- Using a `pandas.DataFrame`:
- Using a :py:class:`pandas.DataFrame`:

.. code-block:: python
Expand Down

0 comments on commit b907cb0

Please sign in to comment.