Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Given the below dataframes stack them horizontally to form a single data frame.
Home
Python
Given the below dataframes stack them horizontally to form a single data frame.
+1
vote
asked
Feb 15, 2021
in
Python
by
SakshiSharma
Given the below dataframes stack them horizontally to form a single data frame.
#dataframes
stack
python-stack
python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 15, 2021
by
SakshiSharma
We use the
pd.concat and axis as 0 to stack
them horizontally.
...