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
Hello! Thank you so much for this package; it's a life saver. I know in R, we can use cols_merge() to merge two columns into one and I'm wondering if I'd be able to do something similar with this python package. I have a value for one column and I want to bring values from another column right underneath the first column with a line break, so that every cell has two distinct values.
I would like something like this.
store product
bar B 3.601135
A 1.867449
baz B 2.984196
D 2.780500
foo B 3.767912
D 3.129346
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Thank you so much for this package; it's a life saver. I know in R, we can use cols_merge() to merge two columns into one and I'm wondering if I'd be able to do something similar with this python package. I have a value for one column and I want to bring values from another column right underneath the first column with a line break, so that every cell has two distinct values.
I would like something like this.
Any help would be greatly appreciated! Thank you.
Beta Was this translation helpful? Give feedback.
All reactions