Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/user_guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3596,7 +3596,7 @@ similar to how ``read_csv`` and ``to_csv`` work.
os.remove('store_tl.h5')


HDFStore will by default not drop rows that are all missing. This behavior can be changed by setting ``dropna=True``.
HDFStore will by default drop rows that are all missing. This behavior can be changed by setting ``dropna=True``.


.. ipython:: python
Expand Down