Is there an efficient way of concatenating scipy.sparse matrices? August 5, 2023 by Tarik The sparse library now has hstack and vstack for respectively concatenating matrices horizontally and vertically.