We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad88cd9 commit 645b86cCopy full SHA for 645b86c
doc/source/cookbook.rst
@@ -967,7 +967,7 @@ You can use the same approach to read all files matching a pattern. Here is an
967
files = glob.glob('file_*.csv')
968
result = pd.concat([pd.read_csv(f) for f in files], ignore_index=True)
969
970
-Finally, this strategy will work with the other ``read_*(...)`` functions described in the :ref:`io docs<io>`.
+Finally, this strategy will work with the other ``pd.read_*(...)`` functions described in the :ref:`io docs<io>`.
971
972
.. ipython:: python
973
:supress:
0 commit comments