You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug danfojs-browser/src/core/merge.js stores sets of values by joining them with an underscore, and later splitting on underscore. however, when the values themselves contain underscores, this becomes problematic, as this split causes nonsensical columns to be defined when indexing the data.
To Reproduce
Steps to reproduce the behavior:
create two dataframes, both with the same column consisting of values which contain underscores.
attempt to dfd.merge those dataframes.
get an error: Column length mismatch. You provided a column of length 1 but data has length of 3 (e.g.)
Expected behavior
the two dataframes should be merged without any trouble.
Desktop (please complete the following information):