@@ -2601,11 +2601,6 @@ def to_hdf(
2601
2601
followed by fallback to "fixed".
2602
2602
index : bool, default True
2603
2603
Write DataFrame index as a column.
2604
- errors : str, default 'strict'
2605
- Specifies how encoding and decoding errors are to be handled.
2606
- See the errors argument for :func:`open` for a full list
2607
- of options.
2608
- encoding : str, default "UTF-8"
2609
2604
min_itemsize : dict or int, optional
2610
2605
Map column names to minimum string sizes for columns.
2611
2606
nan_rep : Any, optional
@@ -2616,8 +2611,15 @@ def to_hdf(
2616
2611
data_columns : list of columns or True, optional
2617
2612
List of columns to create as indexed data columns for on-disk
2618
2613
queries, or True to use all columns. By default only the axes
2619
- of the object are indexed. See :ref:`io.hdf5-query-data-columns`.
2614
+ of the object are indexed. See
2615
+ :ref:`Query via data columns<io.hdf5-query-data-columns>`. for
2616
+ more information.
2620
2617
Applicable only to format='table'.
2618
+ errors : str, default 'strict'
2619
+ Specifies how encoding and decoding errors are to be handled.
2620
+ See the errors argument for :func:`open` for a full list
2621
+ of options.
2622
+ encoding : str, default "UTF-8"
2621
2623
2622
2624
See Also
2623
2625
--------
0 commit comments