if we omit value of axis for concatenate() function, then arrays will be joined: 1) row wise 2)column wise 3)will generate error 4)None of these
Answers
Answered by
0
1-row rise is the answer
Answered by
0
Answer:
Some of the most interesting studies of data come from combining different data sources. These operations can involve anything from very straightforward concatenation of two different datasets, to more complicated database-style joins and merges that correctly handle any overlaps between the datasets. Series and DataFrames are built with this type of operation in mind, and Pandas includes functions and methods that make this sort of data wrangling fast and straightforward.
Here we'll take a look at simple concatenation of Series and DataFrames with the pd.concat function; later we'll dive into more sophisticated in-memory merges and joins implemented in Pandas.
Similar questions
Hindi,
5 months ago
Computer Science,
5 months ago
History,
11 months ago
Chemistry,
1 year ago
English,
1 year ago
Social Sciences,
1 year ago