I have read about concatenate. But, did not see the function taking a single list as input.It must have two lists as input.
Consider the following statement in a program that I want to execute
row = np.concatenate(row, 1)
What is concatenate doing here? It is taking only one list named row.