Skip to content

Commit b0a1ced

Browse files
committed
DOC: add some docstring
1 parent a8d4592 commit b0a1ced

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
@@ -1824,6 +1824,14 @@ def convert(self, values, nan_rep, encoding, errors, start=None,
18241824
Parameters
18251825
----------
18261826
1827+
values :
1828+
Expected to be passed but ignored in this implementation.
1829+
nan_rep :
1830+
Expected to be passed but ignored in this implementation.
1831+
encoding:
1832+
Expected to be passed but ignored in this implementation.
1833+
errors:
1834+
Expected to be passed but ignored in this implementation.
18271835
start : int, optional
18281836
Table row number: the start of the sub-selection.
18291837
stop : int, optional

0 commit comments

Comments
 (0)