danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

FIX Issue with Retrieving Columns Named with Colon ':' in Single Selection Using danfojs-node

Open junduck opened this issue 3 months ago • 0 comments

Fixes #639 by checking literal match first.

When only one column passed as filter, this implementation checks if any exact match of columnNames before splitting and parsing as column range.

Test case also provided and verified this fix works as intended and non-breaking.

junduck avatar Nov 12 '25 14:11 junduck