Hello,
each time I have to manipulate manually data into a dataframe, it is a pain … 
on last section sometime it is good to use numpy ( such as np.ravel)
on this section you are using np.concatenante.
I was trying to use pd.concat, but the story is not the same at all.
I finnaly used the ‘df[‘newcol’]=df[‘oldcol’]’ to create new features.
I guess this is not efficient at all 
Do you have any tricks, recommendations, how-tos on how to do data manipulation using pandas, numpy 
Thanks so much