diff --git a/pandas/io/pytables.py b/pandas/io/pytables.py index 95daa2bbc2752..9fabf0ae960fe 100644 --- a/pandas/io/pytables.py +++ b/pandas/io/pytables.py @@ -809,6 +809,8 @@ def put(self, key, value, format=None, append=False, **kwargs): This will force Table format, append the input data to the existing. encoding : default None, provide an encoding for strings + dropna : boolean, default True, do not write an ALL nan row to + the store settable by the option 'io.hdf.dropna_table' """ if format is None: format = get_option("io.hdf.default_format") or 'fixed'