We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e71a9d commit ebfc20cCopy full SHA for ebfc20c
doc/source/development/extending.rst
@@ -494,7 +494,7 @@ https://github.com/pandas-dev/pandas/blob/main/pandas/plotting/__init__.py#L1.
494
IO engines
495
-----------
496
497
-pandas provides several IO connectors such as :func:`read_csv` or :meth:`to_parquet`, and many
+pandas provides several IO connectors such as :func:`read_csv` or :meth:`DataFrame.to_parquet`, and many
498
of those support multiple engines. For example, :func:`read_csv` supports the ``python``, ``c``
499
and ``pyarrow`` engines, each with its advantages and disadvantages, making each more appropriate
500
for certain use cases.
0 commit comments