Skip to content

Commit 2835f8a

Browse files
committed
DOC: Add warning directive to skiprows example in IO user guide
1 parent 537b0c5 commit 2835f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/user_guide/io.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ skiprows : list-like or integer, default ``None``
192192
indices, returning True if the row should be skipped and False otherwise:
193193

194194
.. ipython:: python
195+
:okwarning:
195196
196197
import pandas as pd
197198
from io import StringIO

0 commit comments

Comments
 (0)