Skip to content

Commit cd69c0b

Browse files
committed
DOC: add some docstring
1 parent 9cc85ce commit cd69c0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pandas/io/pytables.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,14 @@ def convert(self, values, nan_rep, encoding, errors, start=None,
18211821
Parameters
18221822
----------
18231823
1824+
values :
1825+
Expected to be passed but ignored in this implementation.
1826+
nan_rep :
1827+
Expected to be passed but ignored in this implementation.
1828+
encoding:
1829+
Expected to be passed but ignored in this implementation.
1830+
errors:
1831+
Expected to be passed but ignored in this implementation.
18241832
start : int, optional
18251833
Table row number: the start of the sub-selection.
18261834
stop : int, optional

0 commit comments

Comments
 (0)