Skip to content

Conversation

@junduck
Copy link

@junduck junduck commented Nov 12, 2025

Fixes #616

In the original implementation, setter function $setColumnData wrongly assigns selected column to arr directly. If arr is a Series, this results in failure of type check which lead to the confusing "File format not supported" exception.

This fix assigns correct extracted values colunmValuesToAdd to selected columns.

Unit test addColumn pass, no new tests needed for coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

error: File format not supported! while trying to reassign a column.

1 participant