StringTruncateWarning#
- exception astropy.table.StringTruncateWarning[source]#
Warning class for when a string column is assigned a value that gets truncated because the base (numpy) string length is too short.
This does not inherit from AstropyWarning because we want to use stacklevel=2 to show the user where the issue occurred in their code.