0

This is a numpy string array.

Column 1      Column 2      Column 3
A             B             C
a             b             c
A             B             C
a             b             c

I would like to concatenate each row horizontally and derive a new array with the same row number like the following:

Column 1
ABC
abc
ABC
abc

Thanks.

2
  • Is there anyway if not using pandas? Commented Sep 7, 2018 at 19:46
  • Still, thanks all the same Commented Sep 7, 2018 at 19:46

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.