Skip to content

Commit 35f4d02

Browse files
committed
DOC: delete unused parameter from docstring
Note that there are some other params that are not in docstring.
1 parent e59dc62 commit 35f4d02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/io/pytables.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,8 +1091,6 @@ def put(
10911091
<https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#query-via-data-columns>`__.
10921092
encoding : str, default None
10931093
Provide an encoding for strings.
1094-
dropna : bool, default False, do not write an ALL nan row to
1095-
The store settable by the option 'io.hdf.dropna_table'.
10961094
track_times : bool, default True
10971095
Parameter is propagated to 'create_table' method of 'PyTables'.
10981096
If set to False it enables to have the same h5 files (same hashes)

0 commit comments

Comments
 (0)