[Bug]: Deprecate the ability to add scalar for a ragged column #1211
Labels
category: bug
errors in the code or code behavior
priority: low
alternative solution already working and/or relevant to only specific user(s)
Milestone
What happened?
Currently, you can call
table.add_row
to add a scalar value to a ragged column. If the scalar is a string, then the characters of the string are broken up and stored as characters in the ragged column. To prevent this and provide a clearer API,add_row
should not allow taking a scalar value to a ragged column.Fixing this would be a breaking change. We should first deprecate the use of
table.add_row
to add a scalar value to a ragged column.Steps to Reproduce
Traceback
No response
Operating System
macOS
Python Executable
Conda
Python Version
3.12
Package Versions
No response
The text was updated successfully, but these errors were encountered: