Skip to content

Commit ebfc20c

Browse files
Fix link
1 parent 9e71a9d commit ebfc20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ https://github.com/pandas-dev/pandas/blob/main/pandas/plotting/__init__.py#L1.
494494
IO engines
495495
-----------
496496

497-
pandas provides several IO connectors such as :func:`read_csv` or :meth:`to_parquet`, and many
497+
pandas provides several IO connectors such as :func:`read_csv` or :meth:`DataFrame.to_parquet`, and many
498498
of those support multiple engines. For example, :func:`read_csv` supports the ``python``, ``c``
499499
and ``pyarrow`` engines, each with its advantages and disadvantages, making each more appropriate
500500
for certain use cases.

0 commit comments

Comments
 (0)