TableReplaceWarning#

exception astropy.table.TableReplaceWarning[source]#

Warning class for cases when a table column is replaced via the Table.__setitem__ syntax e.g. t[‘a’] = val.

This does not inherit from AstropyWarning because we want to use stacklevel=3 to show the user where the issue occurred in their code.