Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
691 views
in Technique[技术] by (71.8m points)

concatenation - Concatenating and adding prefix to columns

I need to concatenate several dataframes for different cryptocurrencies. They all have exactly the same column names (you can see it on the screenshot with bitcoin and ethereum, but they are all like that). On the second screenshot you can see how I concatenated it, but it basically just added all rows to the same dataframe. However, it's not what I need. Could you guys tell me how I can concatenate all the datasets so the columns will be, for example 'Bitcoin_Date, Bitcoin_Open, Bitcoin_High... Ethereum_Date,Ethereum_Open, Ethereum_High' etc for all coins? So basically not just add all rows together, but create different columns for each of the tokens. What would be the best way to do it? Thanks!

Tokens separately Tokens concatenated

question from:https://stackoverflow.com/questions/65862443/concatenating-and-adding-prefix-to-columns

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...