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
nodejs-polars 12.2 but tried 11 and 10 with no success either
What operating system are you using polars on?
MacOS 14.5
What node version are you using
20.9.0
Describe your bug.
I am attempting to join 2 pivot tables together. The table being joined always has the suffix _right. I do see the correct suffix being passed into wrap("join", other._df, leftOn, rightOn, how, suffix); however did not explore deeper.
Have you tried latest version of polars?
yes
What version of polars are you using?
nodejs-polars 12.2 but tried 11 and 10 with no success either
What operating system are you using polars on?
MacOS 14.5
What node version are you using
20.9.0
Describe your bug.
I am attempting to join 2 pivot tables together. The table being joined always has the suffix
_right
. I do see the correct suffix being passed intowrap("join", other._df, leftOn, rightOn, how, suffix);
however did not explore deeper.What are the steps to reproduce the behavior?
What is the actual behavior?
What is the expected behavior?
What do you think polars should have done?
Change name_right to name_clone
The text was updated successfully, but these errors were encountered: