Skip to content

Commit 4009789

Browse files
committed
DOC: strings longer than min_itemsize are not truncated
1 parent 70f79ce commit 4009789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/io.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2808,8 +2808,8 @@ Storing Mixed Types in a Table
28082808
++++++++++++++++++++++++++++++
28092809

28102810
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.
2811+
fixed-width using the maximum size of the appended column. Subsequent attempts
2812+
at appending longer strings will raise a ``ValueError``.
28132813

28142814
Passing ``min_itemsize={`values`: size}`` as a parameter to append
28152815
will set a larger minimum for the string columns. Storing ``floats,

0 commit comments

Comments
 (0)