You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/io.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -1936,6 +1936,7 @@ specify. This behavior can be turned off by passing ``index=False`` to
1936
1936
i= store.root.df.table.cols.index.index
1937
1937
i.optlevel, i.kind
1938
1938
1939
+
See `here <http://stackoverflow.com/questions/17893370/ptrepack-sortby-needs-full-index>`__ for how to create a completely-sorted-index (CSI) on an existing store.
1939
1940
1940
1941
Query via Data Columns
1941
1942
~~~~~~~~~~~~~~~~~~~~~~
@@ -2182,8 +2183,7 @@ Notes & Caveats
2182
2183
processes). If you need reading and writing *at the same time*, you
2183
2184
need to serialize these operations in a single thread in a single
2184
2185
process. You will corrupt your data otherwise. See the issue
2185
-
<https://github.com/pydata/pandas/issues/2397>for more
2186
-
information.
2186
+
(:`2397`) for more information.
2187
2187
-``PyTables`` only supports fixed-width string columns in
2188
2188
``tables``. The sizes of a string based indexing column
2189
2189
(e.g. *columns*or*minor_axis*) are determined as the maximum size
@@ -2333,7 +2333,7 @@ Performance
2333
2333
- A ``PerformanceWarning`` will be raised if you are attempting to
2334
2334
store types that will be pickled by PyTables (rather than stored as
0 commit comments