We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f79ce commit 4009789Copy full SHA for 4009789
doc/source/io.rst
@@ -2808,8 +2808,8 @@ Storing Mixed Types in a Table
2808
++++++++++++++++++++++++++++++
2809
2810
Storing mixed-dtype data is supported. Strings are stored as a
2811
-fixed-width using the maximum size of the appended column. Subsequent
2812
-appends will truncate strings at this length.
+fixed-width using the maximum size of the appended column. Subsequent attempts
+at appending longer strings will raise a ``ValueError``.
2813
2814
Passing ``min_itemsize={`values`: size}`` as a parameter to append
2815
will set a larger minimum for the string columns. Storing ``floats,
0 commit comments